svn commit: r327802 - head/www/p5-HTML-Display

Rong-En Fan rafan at FreeBSD.org
Sat Sep 21 10:17:55 UTC 2013


Author: rafan
Date: Sat Sep 21 10:17:54 2013
New Revision: 327802
URL: http://svnweb.freebsd.org/changeset/ports/327802

Log:
  - Fix regression-test
  
  Submitted by:	olli hauer <ohauer at gmx.de>

Modified:
  head/www/p5-HTML-Display/Makefile

Modified: head/www/p5-HTML-Display/Makefile
==============================================================================
--- head/www/p5-HTML-Display/Makefile	Sat Sep 21 10:00:54 2013	(r327801)
+++ head/www/p5-HTML-Display/Makefile	Sat Sep 21 10:17:54 2013	(r327802)
@@ -37,6 +37,6 @@ MAN3=	HTML::Display.3 \
 NO_STAGE=	yes
 
 regression-test:
-	@${WRKSRC} && ${MAKE} test
+	@${MAKE} test -C ${WRKSRC}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list