svn commit: r379748 - head/devel/pecl-bbcode
Vanilla I. Shu
vanilla at FreeBSD.org
Tue Feb 24 05:55:14 UTC 2015
Author: vanilla
Date: Tue Feb 24 05:55:13 2015
New Revision: 379748
URL: https://svnweb.freebsd.org/changeset/ports/379748
QAT: https://qat.redports.org/buildarchive/r379748/
Log:
strip binary.
Modified:
head/devel/pecl-bbcode/Makefile
Modified: head/devel/pecl-bbcode/Makefile
==============================================================================
--- head/devel/pecl-bbcode/Makefile Tue Feb 24 05:50:07 2015 (r379747)
+++ head/devel/pecl-bbcode/Makefile Tue Feb 24 05:55:13 2015 (r379748)
@@ -26,4 +26,7 @@ CONFIGURE_ARGS= --enable-bbcode
post-patch:
@${REINPLACE_CMD} -e 's/#include <malloc.h>/\/\/#include <malloc.h>/g' ${WRKSRC}/lib/bbcode2.c
+post-install:
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/php/${PHP_EXT_DIR}/${PHP_MODNAME}.so
+
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list