aboutsummaryrefslogtreecommitdiffstats
path: root/math/py-ffc
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2012-06-18 15:24:09 +0800
committersunpoet <sunpoet@FreeBSD.org>2012-06-18 15:24:09 +0800
commit04ea88dbdb87bbfb9b84520e2f2ec7067f0bfed7 (patch)
treebb8bb4f8407a5fb263175c94bf1320fa4fb1a871 /math/py-ffc
parent1ca8c7a74b6ffefae20007bc3be445fc64ce6997 (diff)
downloadfreebsd-ports-gnome-04ea88dbdb87bbfb9b84520e2f2ec7067f0bfed7.tar.gz
freebsd-ports-gnome-04ea88dbdb87bbfb9b84520e2f2ec7067f0bfed7.tar.zst
freebsd-ports-gnome-04ea88dbdb87bbfb9b84520e2f2ec7067f0bfed7.zip
- Fix default boost directory
PR: ports/168775 Submitted by: Jason Bacon <jwbacon@tds.net> (maintainer)
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>