svn commit: r374391 - head/math/p5-Math-Geometry-Planar-GPC-Polygon

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Dec 9 14:05:27 UTC 2014


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>


More information about the svn-ports-head mailing list