View | Details | Raw Unified | Return to bug 188991
Collapse All | Expand All

(-)Makefile (-4 lines)
Lines 16-27 Link Here
16
USE_PYDISTUTILS=	yes
16
USE_PYDISTUTILS=	yes
17
PYDISTUTILS_PKGNAME=	FFC
17
PYDISTUTILS_PKGNAME=	FFC
18
18
19
MAN1=		ffc.1
20
MANCOMPRESSED=	yes
21
22
MMVERSION=	1.2
19
MMVERSION=	1.2
23
20
24
NO_STAGE=	yes
25
post-patch:
21
post-patch:
26
	${REINPLACE_CMD} -i '' -e 's|os.path.join(os.path.sep, "usr")|os.path.normpath("${PREFIX}")|' \
22
	${REINPLACE_CMD} -i '' -e 's|os.path.join(os.path.sep, "usr")|os.path.normpath("${PREFIX}")|' \
27
		 ${WRKSRC}/test/regression/test.py
23
		 ${WRKSRC}/test/regression/test.py
(-)pkg-descr (-1 / +1 lines)
Lines 1-4 Link Here
1
FFC works as a compiler for multilinear forms by generating code (C++) for
1
FFC works as a compiler for multilinear forms by generating code (C++) for
2
the evaluation of a multilinear form given in mathematical notation.
2
the evaluation of a multilinear form given in mathematical notation.
3
3
4
WWW:	https://launchpad.net/ffc
4
WWW: https://launchpad.net/ffc
(-)pkg-plist (+1 lines)
Lines 1-4 Link Here
1
bin/ffc
1
bin/ffc
2
man/man1/ffc.1.gz
2
%%PYTHON_SITELIBDIR%%/ffc/__init__.py
3
%%PYTHON_SITELIBDIR%%/ffc/__init__.py
3
%%PYTHON_SITELIBDIR%%/ffc/__init__.pyc
4
%%PYTHON_SITELIBDIR%%/ffc/__init__.pyc
4
%%PYTHON_SITELIBDIR%%/ffc/__init__.pyo
5
%%PYTHON_SITELIBDIR%%/ffc/__init__.pyo

Return to bug 188991