aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2015-02-24 14:00:17 +0800
committervanilla <vanilla@FreeBSD.org>2015-02-24 14:00:17 +0800
commitdf1bffacd1e1a8573f0a0d37911b3ffd1ea6b7ed (patch)
tree6b57c0776e88c94ef3767551bf3d5a39cd1fde82 /devel
parent73b1cf74e9d991c9181e52757c9c3e69f7d62c62 (diff)
downloadfreebsd-ports-gnome-df1bffacd1e1a8573f0a0d37911b3ffd1ea6b7ed.tar.gz
freebsd-ports-gnome-df1bffacd1e1a8573f0a0d37911b3ffd1ea6b7ed.tar.zst
freebsd-ports-gnome-df1bffacd1e1a8573f0a0d37911b3ffd1ea6b7ed.zip
strip binary.
Diffstat (limited to 'devel')
-rw-r--r--devel/pecl-expect/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/pecl-expect/Makefile b/devel/pecl-expect/Makefile
index aed0c70b7d32..4031be6b733a 100644
--- a/devel/pecl-expect/Makefile
+++ b/devel/pecl-expect/Makefile
@@ -22,4 +22,7 @@ USE_PHPEXT= yes
CFLAGS+= -I${TCL_INCLUDEDIR}
CONFIGURE_ARGS+=--with-expect=${LOCALBASE}
+post-install:
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/php/${PHP_EXT_DIR}/${PHP_MODNAME}.so
+
.include <bsd.port.mk>