Date: Sun, 9 Oct 2016 09:28:54 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423583 - head/devel/capstone4 Message-ID: <201610090928.u999SstV045088@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610090928.u999SstV045088>