summaryrefslogtreecommitdiff
path: root/emulators/compat_netbsd
diff options
context:
space:
mode:
authorjlam <jlam>2008-01-15 15:43:48 +0000
committerjlam <jlam>2008-01-15 15:43:48 +0000
commit6b90ef539ed554337d7358dc61fe6b87c238e098 (patch)
treebc28279464b3cd6a19ce49aec405cadb358fee12 /emulators/compat_netbsd
parent07d78025c150288c6e067488e32c5300c6e4d3fd (diff)
downloadpkgsrc-6b90ef539ed554337d7358dc61fe6b87c238e098.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