svn commit: r379756 - head/devel/pecl-operator

Vanilla I. Shu vanilla at FreeBSD.org
Tue Feb 24 06:16:15 UTC 2015


Author: vanilla
Date: Tue Feb 24 06:16:14 2015
New Revision: 379756
URL: https://svnweb.freebsd.org/changeset/ports/379756
QAT: https://qat.redports.org/buildarchive/r379756/

Log:
  strip binary.

Modified:
  head/devel/pecl-operator/Makefile

Modified: head/devel/pecl-operator/Makefile
==============================================================================
--- head/devel/pecl-operator/Makefile	Tue Feb 24 06:15:19 2015	(r379755)
+++ head/devel/pecl-operator/Makefile	Tue Feb 24 06:16:14 2015	(r379756)
@@ -22,4 +22,7 @@ PHP_MODNAME=	${PORTNAME}
 post-extract::
 	@${CAT} ${PKGMESSAGE}
 
+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