Date: Mon, 26 Oct 2015 21:02:46 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r400206 - head/www/py-html5lib Message-ID: <201510262102.t9QL2k3o011560@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510262102.t9QL2k3o011560>