aboutsummaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-12-21 18:34:39 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-12-21 18:34:39 +0000
commit08b9ea21b07a255b0e0b992957cd99ba206a556c (patch)
tree2fa6e3d815f8768a26aa301c8b4a94c5279a55fd /archivers
parentae0265d98b6869c512be08fe46417616c99c41d1 (diff)
downloadports-08b9ea21b07a255b0e0b992957cd99ba206a556c.tar.gz
ports-08b9ea21b07a255b0e0b992957cd99ba206a556c.zip
Notes
Diffstat (limited to 'archivers')
-rw-r--r--archivers/p5-Compress-LZO/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/archivers/p5-Compress-LZO/Makefile b/archivers/p5-Compress-LZO/Makefile
index cb989e9bdfef..6c7db30a5ca2 100644
--- a/archivers/p5-Compress-LZO/Makefile
+++ b/archivers/p5-Compress-LZO/Makefile
@@ -3,7 +3,7 @@
PORTNAME= Compress-LZO
PORTVERSION= 1.08
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= archivers perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -20,4 +20,7 @@ USE_PERL5= configure
post-patch:
@${REINPLACE_CMD} -i '' -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/Makefile.PL
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Compress/LZO/LZO.so
+
.include <bsd.port.mk>