diff options
author | matthew <matthew@FreeBSD.org> | 2015-09-23 00:18:31 +0800 |
---|---|---|
committer | matthew <matthew@FreeBSD.org> | 2015-09-23 00:18:31 +0800 |
commit | be10d995a2c1be40fe29bc8fc3f8b2d86d4054a8 (patch) | |
tree | 36ef9c1c6e0efa581eb3e74d7c86b97eb144f674 /mail | |
parent | 8e2b3d53cddcda507868d4dc57579b33f0d5b583 (diff) | |
download | freebsd-ports-gnome-be10d995a2c1be40fe29bc8fc3f8b2d86d4054a8.tar.gz freebsd-ports-gnome-be10d995a2c1be40fe29bc8fc3f8b2d86d4054a8.tar.zst freebsd-ports-gnome-be10d995a2c1be40fe29bc8fc3f8b2d86d4054a8.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'
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Email-Address-List/Makefile | 3 | ||||
-rw-r--r-- | mail/p5-Test-Email/Makefile | 3 |
2 files changed, 0 insertions, 6 deletions
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 <bsd.port.mk> 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> |