From 3e169cfd87ad1c3ba339666ae6817c631f2f16e7 Mon Sep 17 00:00:00 2001 From: Bill Fenner Date: Tue, 13 Dec 2005 00:29:25 +0000 Subject: 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 --- emulators/linux_base-debian/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'emulators/linux_base-debian') 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 -- cgit v1.2.3