svn commit: r391468 - head/lang/parrot

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jul 6 17:48:10 UTC 2015


Author: sunpoet
Date: Mon Jul  6 17:48:08 2015
New Revision: 391468
URL: https://svnweb.freebsd.org/changeset/ports/391468

Log:
  - Remove duplicate regression-test: which is already in Mk/Uses/perl5.mk

Modified:
  head/lang/parrot/Makefile

Modified: head/lang/parrot/Makefile
==============================================================================
--- head/lang/parrot/Makefile	Mon Jul  6 17:48:04 2015	(r391467)
+++ head/lang/parrot/Makefile	Mon Jul  6 17:48:08 2015	(r391468)
@@ -48,7 +48,4 @@ post-install:
 		${STAGEDIR}${PREFIX}/lib/libparrot.so.${PORTVERSION} \
 		${STAGEDIR}${PREFIX}/lib/parrot/${PORTVERSION}/dynext/*.so
 
-regression-test test: build
-	(cd ${WRKSRC} && ${MAKE} test)
-
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list