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