svn commit: r400206 - head/www/py-html5lib

Antoine Brodin antoine at FreeBSD.org
Mon Oct 26 21:02:47 UTC 2015


Author: antoine
Date: Mon Oct 26 21:02:46 2015
New Revision: 400206
URL: https://svnweb.freebsd.org/changeset/ports/400206

Log:
  Fix fetching when TEST option is on

Modified:
  head/www/py-html5lib/Makefile

Modified: head/www/py-html5lib/Makefile
==============================================================================
--- head/www/py-html5lib/Makefile	Mon Oct 26 20:36:30 2015	(r400205)
+++ head/www/py-html5lib/Makefile	Mon Oct 26 21:02:46 2015	(r400206)
@@ -26,7 +26,7 @@ USE_PYTHON=	autoplist distutils
 .include <bsd.port.options.mk>
 
 .if !empty(PORT_OPTIONS:MTEST)
-DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:master \
+DISTFILES=	${DISTNAME}${EXTRACT_SUFX} \
 		${PORTNAME}-0.999-testdata${EXTRACT_SUFX}:test
 BUILD_DEPENDS+=	${TEST_DEPENDS}
 .endif


More information about the svn-ports-head mailing list