svn commit: r386322 - head/math/p5-Math-Geometry-Planar-GPC-PolygonXS
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu May 14 11:48:45 UTC 2015
Author: amdmi3
Date: Thu May 14 11:48:44 2015
New Revision: 386322
URL: https://svnweb.freebsd.org/changeset/ports/386322
Log:
- Remove test target, it is already defined by Mk/Uses/perl5.mk
Suggested by: mat
Modified:
head/math/p5-Math-Geometry-Planar-GPC-PolygonXS/Makefile
Modified: head/math/p5-Math-Geometry-Planar-GPC-PolygonXS/Makefile
==============================================================================
--- head/math/p5-Math-Geometry-Planar-GPC-PolygonXS/Makefile Thu May 14 11:40:26 2015 (r386321)
+++ head/math/p5-Math-Geometry-Planar-GPC-PolygonXS/Makefile Thu May 14 11:48:44 2015 (r386322)
@@ -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>
More information about the svn-ports-all
mailing list