svn commit: r404159 - head/archivers/p5-Compress-LZO

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


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

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

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

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


More information about the svn-ports-head mailing list