openbsd-ports/math/py-sympy/patches/patch-setup_py
2012-06-07 10:19:25 +00:00

16 lines
564 B
Plaintext

$OpenBSD: patch-setup_py,v 1.1.1.1 2012/06/07 10:19:25 edd Exp $
Manual path
--- setup.py.origy Wed May 30 20:54:45 2012
+++ setup.py Wed May 30 20:54:54 2012
@@ -238,7 +238,7 @@ setup(
scripts = ['bin/isympy'],
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.1'])],
cmdclass = {'test': test_sympy,
'bench': run_benchmarks,
'clean': clean,