Date: Mon, 21 Dec 2015 18:34:39 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404159 - head/archivers/p5-Compress-LZO Message-ID: <201512211834.tBLIYdfK058252@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512211834.tBLIYdfK058252>