summaryrefslogtreecommitdiff
path: root/emulators/compat40
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/compat40
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/compat40')
-rw-r--r--emulators/compat40/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/emulators/compat40/Makefile b/emulators/compat40/Makefile
index dd1c6bae406..497ae9d802b 100644
--- a/emulators/compat40/Makefile
+++ b/emulators/compat40/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2007/12/31 20:06:39 jlam Exp $
+# $NetBSD: Makefile,v 1.2 2008/01/15 15:43:48 jlam Exp $
COMPAT_PKG= compat40 # for compat_netbsd/Makefile.common
NETBSD_VERSION= 4.0
@@ -6,6 +6,12 @@ NETBSD_VERSION= 4.0
HOMEPAGE= http://www.NetBSD.org/releases/formal-4/index.html
COMMENT= Shared libraries for NetBSD 4.0 compatibility
+# 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
+
.if defined(NETBSD_COMPAT32)
EMUL_PLATFORMS= netbsd-i386 netbsd-sparc
@@ -29,12 +35,6 @@ ONLY_FOR_PLATFORM= NetBSD-4.99.*-* NetBSD-[5-9]*-* NetBSD-[1-9][0-9]*-*
DISTNAME= compat40-${EMUL_ARCH}-${COMPAT_VERSION}
COMPAT_VERSION= 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
-
# For COMPAT_NETBSD32, we need to depend on the compat40-extras package
# on NetBSD-4.0 to supply the missing shared libraries; otherwise, we
# just depend on the compat50 package for the missing shared libraries.