svn commit: r374453 - head/math/p5-Math-Geometry-Planar-GPC-Polygon
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Dec 10 12:49:52 UTC 2014
Author: amdmi3
Date: Wed Dec 10 12:49:51 2014
New Revision: 374453
URL: https://svnweb.freebsd.org/changeset/ports/374453
QAT: https://qat.redports.org/buildarchive/r374453/
Log:
- Fix strip
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 Wed Dec 10 12:47:38 2014 (r374452)
+++ head/math/p5-Math-Geometry-Planar-GPC-Polygon/Makefile Wed Dec 10 12:49:51 2014 (r374453)
@@ -19,6 +19,6 @@ USE_PERL5= configure
MAKE_JOBS_UNSAFE= yes
post-install:
- ${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Math/Geometry/Planar/GPC/Polygon/Polygon.so
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Geometry/Planar/GPC/Polygon/Polygon.so
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list