aboutsummaryrefslogtreecommitdiff
path: root/devel/capstone4
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2016-10-09 09:28:54 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2016-10-09 09:28:54 +0000
commit66437aa4bffa2e6fcae79ddc2e85455576ca5c9b (patch)
treed3becca92f9a958706be64f0d76b42388c408558 /devel/capstone4
parenta0af874c557faf222d328fb3f25337c794623501 (diff)
Notes
Diffstat (limited to 'devel/capstone4')
-rw-r--r--devel/capstone4/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/devel/capstone4/Makefile b/devel/capstone4/Makefile
index df17257828c5..69c06b569583 100644
--- a/devel/capstone4/Makefile
+++ b/devel/capstone4/Makefile
@@ -26,14 +26,4 @@ MAKE_ENV+= INSTALL_LIB="${INSTALL_LIB}" \
TEST_ENV= ${MAKE_ENV} LD_LIBRARY_PATH=${STAGEDIR}${PREFIX}/lib
TEST_TARGET= check
-post-patch:
- ${REINPLACE_CMD} -i '' \
- -e 's|DESTDIR ?=|DESTDIR = ${STAGEDIR}|' \
- -e 's|LIBDIR ?=.*|LIBDIR = ${PREFIX}/lib|' \
- ${WRKSRC}/Makefile
-
-post-install:
- ${REINPLACE_CMD} -i '' -e 's|${STAGEDIR}||g' \
- ${STAGEDIR}/${PREFIX}/libdata/pkgconfig/capstone.pc
-
.include <bsd.port.mk>