From 403bf50f3e98205d4ded3814fc8415e34c82089b Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Mon, 18 Jun 2012 07:24:09 +0000 Subject: [PATCH] - Fix default boost directory PR: ports/168775 Submitted by: Jason Bacon (maintainer) --- math/py-ffc/Makefile | 3 +++ 1 file changed, 3 insertions(+) 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