diff options
author | rafan <rafan@FreeBSD.org> | 2013-09-21 18:17:54 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2013-09-21 18:17:54 +0800 |
commit | 9ee2c15afc621208dc07f32f20ade4abf8bd58fc (patch) | |
tree | 999fd5b2de72cad4da0fb8264633f24cfb673a50 | |
parent | 424e94f60ede13657b37eabc267ac746f8a931bf (diff) | |
download | freebsd-ports-graphics-9ee2c15afc621208dc07f32f20ade4abf8bd58fc.tar.gz freebsd-ports-graphics-9ee2c15afc621208dc07f32f20ade4abf8bd58fc.tar.zst freebsd-ports-graphics-9ee2c15afc621208dc07f32f20ade4abf8bd58fc.zip |
- Fix regression-test
Submitted by: olli hauer <ohauer at gmx.de>
-rw-r--r-- | www/p5-HTML-Display/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-HTML-Display/Makefile b/www/p5-HTML-Display/Makefile index 1ad644df31d..e35e669c224 100644 --- a/www/p5-HTML-Display/Makefile +++ b/www/p5-HTML-Display/Makefile @@ -37,6 +37,6 @@ MAN3= HTML::Display.3 \ NO_STAGE= yes regression-test: - @${WRKSRC} && ${MAKE} test + @${MAKE} test -C ${WRKSRC} .include <bsd.port.mk> |