diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-12-22 02:34:35 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-12-22 02:34:35 +0800 |
commit | 5a0ca662f2cef481d683e76c940a9f7d3d8e8505 (patch) | |
tree | 511b648a61839d00f7f0e5ab05e91161e83471cd /archivers | |
parent | 7131a6c620ea82befdba288ce7655d0fe6ea7a65 (diff) | |
download | freebsd-ports-graphics-5a0ca662f2cef481d683e76c940a9f7d3d8e8505.tar.gz freebsd-ports-graphics-5a0ca662f2cef481d683e76c940a9f7d3d8e8505.tar.zst freebsd-ports-graphics-5a0ca662f2cef481d683e76c940a9f7d3d8e8505.zip |
- Strip shared library
- Bump PORTREVISION for package change
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/p5-Compress-LZF/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/archivers/p5-Compress-LZF/Makefile b/archivers/p5-Compress-LZF/Makefile index 8bec2b7b5df..e2d18c9b495 100644 --- a/archivers/p5-Compress-LZF/Makefile +++ b/archivers/p5-Compress-LZF/Makefile @@ -3,7 +3,7 @@ PORTNAME= Compress-LZF PORTVERSION= 3.70 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= archivers perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,4 +18,7 @@ LICENSE_COMB= dual USES= perl5 USE_PERL5= configure +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Compress/LZF/LZF.so + .include <bsd.port.mk> |