svn commit: r423583 - head/devel/capstone4

Antoine Brodin antoine at FreeBSD.org
Sun Oct 9 09:28:55 UTC 2016


Author: antoine
Date: Sun Oct  9 09:28:54 2016
New Revision: 423583
URL: https://svnweb.freebsd.org/changeset/ports/423583

Log:
  Clean up unneeded patching

Modified:
  head/devel/capstone4/Makefile

Modified: head/devel/capstone4/Makefile
==============================================================================
--- head/devel/capstone4/Makefile	Sun Oct  9 09:13:04 2016	(r423582)
+++ head/devel/capstone4/Makefile	Sun Oct  9 09:28:54 2016	(r423583)
@@ -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>


More information about the svn-ports-all mailing list