Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Apr 2015 14:57:45 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r384840 - head/converters/pecl-igbinary
Message-ID:  <201504271457.t3REvjf6004582@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504271457.t3REvjf6004582>