diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-16 16:16:16 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-16 16:16:16 +0000 |
commit | 59d064805635f70e390e8335450d79d8fb376de1 (patch) | |
tree | dcd6aa50a87d6fe0263d57a082ac5dbff050203e /math/ufc | |
parent | c83f698ccefe7ad2969aaaf3e32adb1de902702a (diff) |
Notes
Diffstat (limited to 'math/ufc')
-rw-r--r-- | math/ufc/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/math/ufc/Makefile b/math/ufc/Makefile index 3565135c0319..5afd59d2b571 100644 --- a/math/ufc/Makefile +++ b/math/ufc/Makefile @@ -23,7 +23,6 @@ CMAKE_ARGS+= -DUFC_PKGCONFIG_DIR=${PREFIX}/libdata/pkgconfig MMVERSION= 2.2 -NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|lib/pkgconfig|libdata/pkgconfig|g' \ ${WRKSRC}/CMakeLists.txt |