aboutsummaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-12-22 02:34:35 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-12-22 02:34:35 +0800
commit5a0ca662f2cef481d683e76c940a9f7d3d8e8505 (patch)
tree511b648a61839d00f7f0e5ab05e91161e83471cd /archivers
parent7131a6c620ea82befdba288ce7655d0fe6ea7a65 (diff)
downloadfreebsd-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/Makefile5
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>