summaryrefslogtreecommitdiff
path: root/emulators/compat40-extras
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/compat40-extras
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/compat40-extras')
-rw-r--r--emulators/compat40-extras/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/emulators/compat40-extras/Makefile b/emulators/compat40-extras/Makefile
index 16797fc14b0..dbd1077aa24 100644
--- a/emulators/compat40-extras/Makefile
+++ b/emulators/compat40-extras/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2007/12/31 20:06:40 jlam Exp $
+# $NetBSD: Makefile,v 1.2 2008/01/15 15:43:49 jlam Exp $
COMPAT_PKG= compat40 # for compat_netbsd/Makefile.common
NETBSD_VERSION= 4.0
@@ -6,18 +6,18 @@ NETBSD_VERSION= 4.0
HOMEPAGE= http://www.NetBSD.org/releases/formal-4/index.html
COMMENT= Additional shared libraries for NetBSD 4.0 compatibility
-EMUL_PLATFORMS= netbsd-i386 netbsd-sparc
-
-.include "../../emulators/compat_netbsd/Makefile.common"
-
-DISTNAME= compat40-extras-${EMUL_ARCH}-4.0
-
# XXX Until NetBSD 5.0 is released, we fetch the distfiles into a date-specific
# XXX subdirectory where the date corresponds to the build of HEAD against
# XXX which these compat40 packages were generated.
#
DIST_SUBDIR= 20071230
+EMUL_PLATFORMS= netbsd-i386 netbsd-sparc
+
+.include "../../emulators/compat_netbsd/Makefile.common"
+
+DISTNAME= compat40-extras-${EMUL_ARCH}-4.0
+
# This package should only be installed for COMPAT_NETBSD32 emulation
# on machines running NetBSD-4.x.
#