diff options
author | Bill Fenner <fenner@FreeBSD.org> | 2005-12-13 00:29:25 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 2005-12-13 00:29:25 +0000 |
commit | 3e169cfd87ad1c3ba339666ae6817c631f2f16e7 (patch) | |
tree | b402ce605b71b437d3e859a87e991116b8272d08 /emulators/linux_base-debian | |
parent | Update to libpcap 0.9.4 and tcpdump 3.9.4. (diff) |
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
Notes
Notes:
svn path=/head/; revision=151068
Diffstat (limited to 'emulators/linux_base-debian')
-rw-r--r-- | emulators/linux_base-debian/Makefile | 9 |
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 |