From be10d995a2c1be40fe29bc8fc3f8b2d86d4054a8 Mon Sep 17 00:00:00 2001 From: matthew Date: Tue, 22 Sep 2015 16:18:31 +0000 Subject: Delete the redundant 'regression-test:' target from those of my perl ports that have it. There's a generic regression-test target identical to these provided via 'USES=perl5' --- mail/p5-Email-Address-List/Makefile | 3 --- mail/p5-Test-Email/Makefile | 3 --- 2 files changed, 6 deletions(-) (limited to 'mail') diff --git a/mail/p5-Email-Address-List/Makefile b/mail/p5-Email-Address-List/Makefile index 49093dfb1bf6..ad2caa7c4e48 100644 --- a/mail/p5-Email-Address-List/Makefile +++ b/mail/p5-Email-Address-List/Makefile @@ -20,7 +20,4 @@ NO_ARCH= yes USES= perl5 USE_PERL5= configure -regression-test: build - @cd ${WRKSRC} && ${MAKE} test - .include diff --git a/mail/p5-Test-Email/Makefile b/mail/p5-Test-Email/Makefile index ec3df05dc11d..898cdf1f3163 100644 --- a/mail/p5-Test-Email/Makefile +++ b/mail/p5-Test-Email/Makefile @@ -23,7 +23,4 @@ NO_ARCH= yes USES= perl5 USE_PERL5= configure -regression-test: build - @cd ${WRKSRC} && ${MAKE} test - .include -- cgit