aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>