diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-06-18 07:24:09 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-06-18 07:24:09 +0000 |
commit | 403bf50f3e98205d4ded3814fc8415e34c82089b (patch) | |
tree | ad79b76dda78b18ab1294af2b2054d74d3f8a01f /math/py-ffc | |
parent | 4ffe7d23c2d90a7fa57ba109d862afba301b3dac (diff) |
- Fix default boost directory
PR: ports/168775
Submitted by: Jason Bacon <jwbacon@tds.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=299550
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> |