diff options
-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 |