aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-Geometry-Planar-GPC-PolygonXS
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-14 11:48:44 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-14 11:48:44 +0000
commit029320cf88738d2027558878504db57d3bae4c56 (patch)
treef5f7f25dfbfc04528aea47ff8551139ab3e43dad /math/p5-Math-Geometry-Planar-GPC-PolygonXS
parent2ac44e4d6d161713b56c3eaf6adf877bda581ba3 (diff)
downloadports-029320cf88738d2027558878504db57d3bae4c56.tar.gz
ports-029320cf88738d2027558878504db57d3bae4c56.zip
- Remove test target, it is already defined by Mk/Uses/perl5.mk
Suggested by: mat
Notes
Notes: svn path=/head/; revision=386322
Diffstat (limited to 'math/p5-Math-Geometry-Planar-GPC-PolygonXS')
-rw-r--r--math/p5-Math-Geometry-Planar-GPC-PolygonXS/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/math/p5-Math-Geometry-Planar-GPC-PolygonXS/Makefile b/math/p5-Math-Geometry-Planar-GPC-PolygonXS/Makefile
index a3d1a7795fe6..96dfd9e232fc 100644
--- a/math/p5-Math-Geometry-Planar-GPC-PolygonXS/Makefile
+++ b/math/p5-Math-Geometry-Planar-GPC-PolygonXS/Makefile
@@ -22,7 +22,4 @@ post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Geometry/Planar/GPC/PolygonXS/PolygonXS.so
${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Geometry/Planar/GPC/PolygonXS/PolygonXS.so
-regression-test test: build
- @cd ${WRKSRC} && ${MAKE} test
-
.include <bsd.port.mk>