aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorfenner <fenner@FreeBSD.org>2005-12-13 08:29:25 +0800
committerfenner <fenner@FreeBSD.org>2005-12-13 08:29:25 +0800
commita77275bd0ccc060bf002cb8795f22cbec34e7e57 (patch)
tree61fa396a0dba0d381e35450cdfb9b7088063b8fd /emulators
parent6543cd87f6fa2ce441e9a038a75c2c0f91a10af5 (diff)
downloadfreebsd-ports-gnome-a77275bd0ccc060bf002cb8795f22cbec34e7e57.tar.gz
freebsd-ports-gnome-a77275bd0ccc060bf002cb8795f22cbec34e7e57.tar.zst
freebsd-ports-gnome-a77275bd0ccc060bf002cb8795f22cbec34e7e57.zip
Use distfile groups to only fetch the right file from the
right directory, instead of ensuring a 50% fetch failure rate. Approved by: MAINTAINER timeout
Diffstat (limited to 'emulators')
-rw-r--r--emulators/linux_base-debian/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/emulators/linux_base-debian/Makefile b/emulators/linux_base-debian/Makefile
index cc60576e711a..8b6655b4b0db 100644
--- a/emulators/linux_base-debian/Makefile
+++ b/emulators/linux_base-debian/Makefile
@@ -8,11 +8,12 @@ PORTNAME= linux_base
PORTVERSION= 3.0.23
PORTREVISION= 1
CATEGORIES= emulators
-MASTER_SITES= ${MASTER_SITE_DEBIAN}
-MASTER_SITE_SUBDIR= dists/woody/main/disks-${ARCH}/base-images-${PORTVERSION}-${DISTDATE} \
- pool/main/u/util-linux
+MASTER_SITES= ${MASTER_SITE_DEBIAN:S/$/:base/} \
+ ${MASTER_SITE_DEBIAN:S/$/:util/}
+MASTER_SITE_SUBDIR= dists/woody/main/disks-${ARCH}/base-images-${PORTVERSION}-${DISTDATE}/:base \
+ pool/main/u/util-linux/:util
PKGNAMESUFFIX= -debian
-DISTFILES= basedebs.tar util-linux-locales_2.11n-7_all.deb
+DISTFILES= basedebs.tar:base util-linux-locales_2.11n-7_all.deb:util
EXTRACT_ONLY= basedebs.tar
MAINTAINER= trevor@FreeBSD.org