svn commit: r404158 - head/archivers/p5-Compress-LZF

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Dec 21 18:34:36 UTC 2015


Author: sunpoet
Date: Mon Dec 21 18:34:35 2015
New Revision: 404158
URL: https://svnweb.freebsd.org/changeset/ports/404158

Log:
  - Strip shared library
  - Bump PORTREVISION for package change

Modified:
  head/archivers/p5-Compress-LZF/Makefile

Modified: head/archivers/p5-Compress-LZF/Makefile
==============================================================================
--- head/archivers/p5-Compress-LZF/Makefile	Mon Dec 21 18:34:30 2015	(r404157)
+++ head/archivers/p5-Compress-LZF/Makefile	Mon Dec 21 18:34:35 2015	(r404158)
@@ -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>


More information about the svn-ports-head mailing list