Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 May 2015 11:48:44 +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: r386322 - head/math/p5-Math-Geometry-Planar-GPC-PolygonXS
Message-ID:  <201505141148.t4EBmik7076118@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505141148.t4EBmik7076118>