diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-06-18 15:24:09 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-06-18 15:24:09 +0800 |
commit | 04ea88dbdb87bbfb9b84520e2f2ec7067f0bfed7 (patch) | |
tree | bb8bb4f8407a5fb263175c94bf1320fa4fb1a871 /math/py-ffc | |
parent | 1ca8c7a74b6ffefae20007bc3be445fc64ce6997 (diff) | |
download | freebsd-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/Makefile | 3 |
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> |