summaryrefslogtreecommitdiff
path: root/emulators/compat_netbsd
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2008-01-15 15:43:48 +0000
committerjlam <jlam@pkgsrc.org>2008-01-15 15:43:48 +0000
commit0dcf7090ca2be4b8a443cc181d211f3df94bac77 (patch)
treebc28279464b3cd6a19ce49aec405cadb358fee12 /emulators/compat_netbsd
parentec737227411ac71ef3a405b8a75724747299855e (diff)
downloadpkgsrc-0dcf7090ca2be4b8a443cc181d211f3df94bac77.tar.gz
MASTER_SITE_LOCAL doesn't honor DIST_SUBDIR. Modify the MASTER_SITES
variable so that at least the compat* NetBSD packages will honor it. This allows the compat40 packages to find their distfiles, located under LOCAL_PORTS/20071230.
Diffstat (limited to 'emulators/compat_netbsd')
-rw-r--r--emulators/compat_netbsd/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/compat_netbsd/Makefile.common b/emulators/compat_netbsd/Makefile.common
index 7570f1a7bad..d45a23cfcdc 100644
--- a/emulators/compat_netbsd/Makefile.common
+++ b/emulators/compat_netbsd/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.8 2007/11/27 19:40:51 jlam Exp $
+# $NetBSD: Makefile.common,v 1.9 2008/01/15 15:43:49 jlam Exp $
#
# Common infrastructure for NetBSD compat* packages.
#
@@ -7,7 +7,7 @@
#
CATEGORIES= emulators
-MASTER_SITES= ${MASTER_SITE_LOCAL}
+MASTER_SITES= ${MASTER_SITE_LOCAL:=${DIST_SUBDIR}${DIST_SUBDIR:D/}}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org