$NetBSD: patch-aa,v 1.3 2010/01/27 14:21:19 drochner Exp $

--- setup.py.orig	2009-12-20 12:29:20.000000000 +0000
+++ setup.py
@@ -216,10 +216,10 @@ setup(
       license = 'BSD',
       url = 'http://code.google.com/p/sympy',
       packages = ['sympy'] + modules + tests + pyglet_packages,
-      scripts = ['bin/isympy', 'bin/test', 'bin/doctest'],
+      scripts = ['bin/isympy' + sys.version[0:3]],
       ext_modules = [],
       package_data = { 'sympy.utilities.mathml' : ['data/*.xsl'] },
-      data_files = [('share/man/man1', ['doc/man/isympy.1'])],
+      data_files = [('man/man1', ['doc/man/isympy' + sys.version[0:3] + '.1'])],
       cmdclass    = {'test': test_sympy,
                      'bench': run_benchmarks,
                      'clean': clean,
