aboutsummaryrefslogtreecommitdiff
path: root/math/py-ffc
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-06-18 07:24:09 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-06-18 07:24:09 +0000
commit403bf50f3e98205d4ded3814fc8415e34c82089b (patch)
treead79b76dda78b18ab1294af2b2054d74d3f8a01f /math/py-ffc
parent4ffe7d23c2d90a7fa57ba109d862afba301b3dac (diff)
downloadports-403bf50f3e98205d4ded3814fc8415e34c82089b.tar.gz
ports-403bf50f3e98205d4ded3814fc8415e34c82089b.zip
Notes
Diffstat (limited to 'math/py-ffc')
-rw-r--r--math/py-ffc/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/math/py-ffc/Makefile b/math/py-ffc/Makefile
index 4b74dcb64117..a24a50c9cd0a 100644
--- a/math/py-ffc/Makefile
+++ b/math/py-ffc/Makefile
@@ -23,4 +23,7 @@ FETCH_ARGS= -Fpr
MAN1= ffc.1
MANCOMPRESSED= yes
+post-patch:
+ @${REINPLACE_CMD} -e 's|"usr")|"usr", "local")|g' ${WRKSRC}/test/regression/test.py
+
.include <bsd.port.mk>