diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-10-12 16:11:22 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-10-12 16:11:22 +0800 |
commit | 3561327946ac687d5cbc070c20ccf8e023927043 (patch) | |
tree | d15d3a7effc60bda9200fd8a6cc1bb7bf2bfe89b /www | |
parent | 7d4d2931da677cbe0bf38fb754ce94bf84aa0879 (diff) | |
download | freebsd-ports-gnome-3561327946ac687d5cbc070c20ccf8e023927043.tar.gz freebsd-ports-gnome-3561327946ac687d5cbc070c20ccf8e023927043.tar.zst freebsd-ports-gnome-3561327946ac687d5cbc070c20ccf8e023927043.zip |
Convert to test framework
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Catalyst-Plugin-Session-FastMmap/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/www/p5-Catalyst-Plugin-Session-FastMmap/Makefile b/www/p5-Catalyst-Plugin-Session-FastMmap/Makefile index d509b787a254..cd5c0adfa01a 100644 --- a/www/p5-Catalyst-Plugin-Session-FastMmap/Makefile +++ b/www/p5-Catalyst-Plugin-Session-FastMmap/Makefile @@ -24,7 +24,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -regression-test: build - cd ${WRKSRC}/ && ${MAKE} test - .include <bsd.port.mk> |