diff options
author | swills <swills@FreeBSD.org> | 2014-04-27 04:42:24 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2014-04-27 04:42:24 +0800 |
commit | c4d6f1d8a4ab572ed42f17c7644f5194336520b2 (patch) | |
tree | 7f5f0081500c85a3f226b3cc75aa0138519d1ef1 /math | |
parent | 67ec8fdbc8ac118dcf0e68d741bc8c9246dd48c2 (diff) | |
download | freebsd-ports-gnome-c4d6f1d8a4ab572ed42f17c7644f5194336520b2.tar.gz freebsd-ports-gnome-c4d6f1d8a4ab572ed42f17c7644f5194336520b2.tar.zst freebsd-ports-gnome-c4d6f1d8a4ab572ed42f17c7644f5194336520b2.zip |
- Stage
- Pet portlint
PR: ports/188991
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
Approved by: Jason Bacon <jwbacon@tds.net> (maintainer)
Diffstat (limited to 'math')
-rw-r--r-- | math/py-ffc/Makefile | 4 | ||||
-rw-r--r-- | math/py-ffc/pkg-descr | 2 | ||||
-rw-r--r-- | math/py-ffc/pkg-plist | 1 |
3 files changed, 2 insertions, 5 deletions
diff --git a/math/py-ffc/Makefile b/math/py-ffc/Makefile index f96dfed61b3f..3bfe8dbb34df 100644 --- a/math/py-ffc/Makefile +++ b/math/py-ffc/Makefile @@ -16,12 +16,8 @@ USE_PYTHON= 2 USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= FFC -MAN1= ffc.1 -MANCOMPRESSED= yes - MMVERSION= 1.2 -NO_STAGE= yes post-patch: ${REINPLACE_CMD} -i '' -e 's|os.path.join(os.path.sep, "usr")|os.path.normpath("${PREFIX}")|' \ ${WRKSRC}/test/regression/test.py diff --git a/math/py-ffc/pkg-descr b/math/py-ffc/pkg-descr index 704ede7c872c..493c60cd5600 100644 --- a/math/py-ffc/pkg-descr +++ b/math/py-ffc/pkg-descr @@ -1,4 +1,4 @@ FFC works as a compiler for multilinear forms by generating code (C++) for the evaluation of a multilinear form given in mathematical notation. -WWW: https://launchpad.net/ffc +WWW: https://launchpad.net/ffc diff --git a/math/py-ffc/pkg-plist b/math/py-ffc/pkg-plist index d288322361f7..84ce7713988b 100644 --- a/math/py-ffc/pkg-plist +++ b/math/py-ffc/pkg-plist @@ -1,4 +1,5 @@ bin/ffc +man/man1/ffc.1.gz %%PYTHON_SITELIBDIR%%/ffc/__init__.py %%PYTHON_SITELIBDIR%%/ffc/__init__.pyc %%PYTHON_SITELIBDIR%%/ffc/__init__.pyo |