svn commit: r384840 - head/converters/pecl-igbinary

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Apr 27 14:57:45 UTC 2015


Author: sunpoet
Date: Mon Apr 27 14:57:44 2015
New Revision: 384840
URL: https://svnweb.freebsd.org/changeset/ports/384840

Log:
  - Remove post-install:

Modified:
  head/converters/pecl-igbinary/Makefile

Modified: head/converters/pecl-igbinary/Makefile
==============================================================================
--- head/converters/pecl-igbinary/Makefile	Mon Apr 27 14:57:40 2015	(r384839)
+++ head/converters/pecl-igbinary/Makefile	Mon Apr 27 14:57:44 2015	(r384840)
@@ -20,9 +20,4 @@ USE_PHPEXT=	yes
 USE_PHPIZE=	yes
 USES=		tar:tgz
 
-post-install:
-	${CHMOD} u+w ${STAGEDIR}${PREFIX}/lib/php/${PHP_EXT_DIR}/${PHP_MODNAME}.so
-	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/php/${PHP_EXT_DIR}/${PHP_MODNAME}.so
-	${CHMOD} u-w ${STAGEDIR}${PREFIX}/lib/php/${PHP_EXT_DIR}/${PHP_MODNAME}.so
-
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list