aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-Test-Email
diff options
context:
space:
mode:
authorMatthew Seaman <matthew@FreeBSD.org>2015-09-22 16:18:31 +0000
committerMatthew Seaman <matthew@FreeBSD.org>2015-09-22 16:18:31 +0000
commitdc9314e6fd370a6f1a6557dc107bcb9acb1eaa41 (patch)
tree36ef9c1c6e0efa581eb3e74d7c86b97eb144f674 /mail/p5-Test-Email
parent11ed0339663b6d29590772fc764c0cc07aebbecb (diff)
downloadports-dc9314e6fd370a6f1a6557dc107bcb9acb1eaa41.tar.gz
ports-dc9314e6fd370a6f1a6557dc107bcb9acb1eaa41.zip
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'
Notes
Notes: svn path=/head/; revision=397550
Diffstat (limited to 'mail/p5-Test-Email')
-rw-r--r--mail/p5-Test-Email/Makefile3
1 files changed, 0 insertions, 3 deletions
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 <bsd.port.mk>