Date: Tue, 19 Nov 2013 16:16:37 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334327 - head/www/chromium Message-ID: <201311191616.rAJGGbpZ076373@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311191616.rAJGGbpZ076373>