diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-07 09:41:21 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-07 09:41:21 +0000 |
commit | 4cfb085184070ec26d1862728a469602028e5d33 (patch) | |
tree | 597adfa7663060c0bfc9c4516836efa7d71f1273 /archivers/php-horde_lz4 | |
parent | 9169109cb2ebff86d86d0760dc4f0c15f4ccd1c5 (diff) | |
download | ports-4cfb085184070ec26d1862728a469602028e5d33.tar.gz ports-4cfb085184070ec26d1862728a469602028e5d33.zip |
Notes
Diffstat (limited to 'archivers/php-horde_lz4')
-rw-r--r-- | archivers/php-horde_lz4/Makefile | 4 |
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> |