Date: Tue, 9 Dec 2014 14:05:27 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374391 - head/math/p5-Math-Geometry-Planar-GPC-Polygon Message-ID: <201412091405.sB9E5R7E082581@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Dec 9 14:05:26 2014 New Revision: 374391 URL: https://svnweb.freebsd.org/changeset/ports/374391 QAT: https://qat.redports.org/buildarchive/r374391/ Log: - Strip library Modified: head/math/p5-Math-Geometry-Planar-GPC-Polygon/Makefile Modified: head/math/p5-Math-Geometry-Planar-GPC-Polygon/Makefile ============================================================================== --- head/math/p5-Math-Geometry-Planar-GPC-Polygon/Makefile Tue Dec 9 14:04:02 2014 (r374390) +++ head/math/p5-Math-Geometry-Planar-GPC-Polygon/Makefile Tue Dec 9 14:05:26 2014 (r374391) @@ -18,4 +18,7 @@ USES= perl5 USE_PERL5= configure MAKE_JOBS_UNSAFE= yes +post-install: + ${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Math/Geometry/Planar/GPC/Polygon/Polygon.so + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412091405.sB9E5R7E082581>