mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 16:21:50 -04:00
the evaluation of a multilinear form given in mathematical notation. WWW: https://launchpad.net/ffc PR: 166700 Submitted by: Jason Bacon <jwbacon@tds.net>
9 lines
383 B
Python
9 lines
383 B
Python
--- setup.py.orig 2012-04-06 13:16:19.000000000 -0500
|
|
+++ setup.py 2012-04-06 13:16:25.000000000 -0500
|
|
@@ -31,5 +31,5 @@
|
|
"ffc.errorcontrol"],
|
|
package_dir={"ffc": "ffc"},
|
|
scripts = scripts,
|
|
- data_files = [(join("share", "man", "man1"),
|
|
+ data_files = [(join("man", "man1"),
|
|
[join("doc", "man", "man1", "ffc.1.gz")])])
|