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 /math | |
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 'math')
-rw-r--r-- | math/p5-Math-Fleximal/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/math/p5-Math-Fleximal/Makefile b/math/p5-Math-Fleximal/Makefile index 97eafd8fecd3..ce49fa02ee1d 100644 --- a/math/p5-Math-Fleximal/Makefile +++ b/math/p5-Math-Fleximal/Makefile @@ -16,7 +16,4 @@ NO_ARCH= yes USES= perl5 USE_PERL5= configure -regression-test: build - @cd ${WRKSRC} && ${MAKE} test - .include <bsd.port.mk> |