- Remove test target, it is already defined by Mk/Uses/perl5.mk

Suggested by:	mat
This commit is contained in:
Dmitry Marakasov 2015-05-14 11:48:44 +00:00
parent 2ac44e4d6d
commit 029320cf88
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386322

View file

@ -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>