summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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