aboutsummaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-02-07 17:41:21 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-02-07 17:41:21 +0800
commit4554a9de73a6503025a51e54b6c6a03b11ee4670 (patch)
tree597adfa7663060c0bfc9c4516836efa7d71f1273 /archivers
parent0e52d544bca0fcb69ce953918be44cd47fe80995 (diff)
downloadfreebsd-ports-gnome-4554a9de73a6503025a51e54b6c6a03b11ee4670.tar.gz
freebsd-ports-gnome-4554a9de73a6503025a51e54b6c6a03b11ee4670.tar.zst
freebsd-ports-gnome-4554a9de73a6503025a51e54b6c6a03b11ee4670.zip
- Support staging
- Strip shared objects
Diffstat (limited to 'archivers')
-rw-r--r--archivers/php-horde_lz4/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/php-horde_lz4/Makefile b/archivers/php-horde_lz4/Makefile
index 5e911abf779e..657432711cc2 100644
--- a/archivers/php-horde_lz4/Makefile
+++ b/archivers/php-horde_lz4/Makefile
@@ -12,10 +12,12 @@ DIST_SUBDIR= PECL
MAINTAINER= mm@FreeBSD.org
COMMENT= Horde LZ4 Compression Extension for php
-NO_STAGE= yes
USE_PHP= yes
USE_PHPEXT= yes
CONFIGURE_ARGS= --enable-horde_lz4
+post-install:
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/php/20100525/horde_lz4.so
+
.include <bsd.port.mk>