svn commit: r379760 - head/devel/pecl-spread
Vanilla I. Shu
vanilla at FreeBSD.org
Tue Feb 24 06:30:35 UTC 2015
Author: vanilla
Date: Tue Feb 24 06:30:34 2015
New Revision: 379760
URL: https://svnweb.freebsd.org/changeset/ports/379760
QAT: https://qat.redports.org/buildarchive/r379760/
Log:
strip binary.
Modified:
head/devel/pecl-spread/Makefile
Modified: head/devel/pecl-spread/Makefile
==============================================================================
--- head/devel/pecl-spread/Makefile Tue Feb 24 06:28:48 2015 (r379759)
+++ head/devel/pecl-spread/Makefile Tue Feb 24 06:30:34 2015 (r379760)
@@ -24,4 +24,7 @@ DEFAULT_VERSIONS+= php=53
CONFIGURE_ARGS+= --with-spread=${LOCALBASE}
+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