aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2013-11-20 00:16:37 +0800
committerrene <rene@FreeBSD.org>2013-11-20 00:16:37 +0800
commita477d67dc015035b7f633757eb566e3d782917c4 (patch)
tree6bd82331712f868c00af6618159ae662eb2088a1 /www
parent41ccb234fd8d078fd5de559bd42bc06053184afd (diff)
downloadfreebsd-ports-gnome-a477d67dc015035b7f633757eb566e3d782917c4.tar.gz
freebsd-ports-gnome-a477d67dc015035b7f633757eb566e3d782917c4.tar.zst
freebsd-ports-gnome-a477d67dc015035b7f633757eb566e3d782917c4.zip
Fix additional distfile fetching for testdata
Submitted by: gahr
Diffstat (limited to 'www')
-rw-r--r--www/chromium/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/chromium/Makefile b/www/chromium/Makefile
index 6d03402552a1..d65b9787b02c 100644
--- a/www/chromium/Makefile
+++ b/www/chromium/Makefile
@@ -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}