svn commit: r334327 - head/www/chromium

Rene Ladan rene at FreeBSD.org
Tue Nov 19 16:16:37 UTC 2013


Author: rene
Date: Tue Nov 19 16:16:37 2013
New Revision: 334327
URL: http://svnweb.freebsd.org/changeset/ports/334327

Log:
  Fix additional distfile fetching for testdata
  
  Submitted by:	gahr

Modified:
  head/www/chromium/Makefile

Modified: head/www/chromium/Makefile
==============================================================================
--- head/www/chromium/Makefile	Tue Nov 19 15:49:35 2013	(r334326)
+++ head/www/chromium/Makefile	Tue Nov 19 16:16:37 2013	(r334327)
@@ -163,7 +163,7 @@ TEST_TARGETS=	base_unittests \
 		content_unittests
 EXCLUDED_TESTS=	GpuDriverBugListTest.CurrentDriverBugListValidation
 NINJA_TARGETS+=	${TEST_TARGETS}
-DISTFILES+=	${PORTNAME}-${DISTVERSION}-testdata${EXTRACT_SUFX}
+DISTFILES+=	${PORTNAME}-${DISTVERSION}-testdata${EXTRACT_SUFX}:testdata
 .endif
 
 .if ${PORT_OPTIONS:MDEBUG}


More information about the svn-ports-all mailing list