summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2015-02-24 06:28:48 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2015-02-24 06:28:48 +0000
commit6130b5dd9a1aa7929490acc7fbbc0f6c3dc602c5 (patch)
tree5a313557a37bbf9405efa2870d1b9050176a800a
parent1: add LICENSE. (diff)
strip binary.
-rw-r--r--devel/pecl-svn/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/pecl-svn/Makefile b/devel/pecl-svn/Makefile
index 8ddc9cb73437..0b7b52a981de 100644
--- a/devel/pecl-svn/Makefile
+++ b/devel/pecl-svn/Makefile
@@ -19,4 +19,7 @@ USES= tar:tgz
USE_PHP= yes
USE_PHPEXT= yes
+post-install:
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/php/${PHP_EXT_DIR}/${PHP_MODNAME}.so
+
.include <bsd.port.mk>