diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2016-10-09 09:28:54 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2016-10-09 09:28:54 +0000 |
commit | 66437aa4bffa2e6fcae79ddc2e85455576ca5c9b (patch) | |
tree | d3becca92f9a958706be64f0d76b42388c408558 /devel/capstone4 | |
parent | a0af874c557faf222d328fb3f25337c794623501 (diff) |
Notes
Diffstat (limited to 'devel/capstone4')
-rw-r--r-- | devel/capstone4/Makefile | 10 |
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> |