diff options
Diffstat (limited to 'math/ufc/Makefile')
-rw-r--r-- | math/ufc/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/math/ufc/Makefile b/math/ufc/Makefile index e19453f6e229..96a611e078d5 100644 --- a/math/ufc/Makefile +++ b/math/ufc/Makefile @@ -22,8 +22,6 @@ CMAKE_ARGS+= -DUFC_PKGCONFIG_DIR=${PREFIX}/libdata/pkgconfig MMVERSION= 2.2 post-patch: - ${REINPLACE_CMD} -e 's|lib/pkgconfig|libdata/pkgconfig|g' \ - ${WRKSRC}/CMakeLists.txt ${REINPLACE_CMD} -i '' -e 's|os.path.join(os.path.sep, "usr")|os.path.normpath("${PREFIX}")|' ${WRKSRC}/src/utils/python/ufc_utils/build.py .include <bsd.port.mk> |