diff options
-rw-r--r-- | emulators/compat12/Makefile | 3 | ||||
-rw-r--r-- | emulators/compat13/Makefile | 3 | ||||
-rw-r--r-- | emulators/compat14-crypto/Makefile | 3 | ||||
-rw-r--r-- | emulators/compat14/Makefile | 3 | ||||
-rw-r--r-- | emulators/compat16/Makefile | 3 | ||||
-rw-r--r-- | emulators/netbsd32_compat14/Makefile | 3 | ||||
-rw-r--r-- | emulators/netbsd32_compat15/Makefile | 3 | ||||
-rw-r--r-- | emulators/netbsd32_compat16/Makefile | 3 |
8 files changed, 16 insertions, 8 deletions
diff --git a/emulators/compat12/Makefile b/emulators/compat12/Makefile index b7cf006fd05..c0e8a99c274 100644 --- a/emulators/compat12/Makefile +++ b/emulators/compat12/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2006/05/22 22:22:02 jlam Exp $ +# $NetBSD: Makefile,v 1.32 2006/10/19 19:37:38 wiz Exp $ # DISTNAME= compat12-${MACHINE_ARCH} @@ -12,6 +12,7 @@ COMMENT= Shared libraries for NetBSD 1.2 (and earlier) compatibility ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-m68k NetBSD-*-ns32k \ NetBSD-*-sparc +NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL NO_BUILD= yes NO_MTREE= yes diff --git a/emulators/compat13/Makefile b/emulators/compat13/Makefile index f4c2b523efd..b9684342741 100644 --- a/emulators/compat13/Makefile +++ b/emulators/compat13/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2006/05/22 22:22:02 jlam Exp $ +# $NetBSD: Makefile,v 1.28 2006/10/19 19:37:38 wiz Exp $ # DISTNAME= compat13-${MACHINE_ARCH}${PKGMINOR} @@ -15,6 +15,7 @@ ONLY_FOR_PLATFORM= NetBSD-*-alpha NetBSD-*-arm NetBSD-*-arm32 \ NetBSD-*-i386 NetBSD-*-m68k NetBSD-*-mipsel \ NetBSD-*-ns32k NetBSD-*-sparc NOT_FOR_PLATFORM= NetBSD-1.3*-* +NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL NO_MTREE= yes NO_BUILD= yes diff --git a/emulators/compat14-crypto/Makefile b/emulators/compat14-crypto/Makefile index 6022c78bbc9..b821b21756f 100644 --- a/emulators/compat14-crypto/Makefile +++ b/emulators/compat14-crypto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/05/22 22:22:02 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2006/10/19 19:37:38 wiz Exp $ # DISTNAME= compat14-crypto-${MACHINE_ARCH}-${VERSION} @@ -17,6 +17,7 @@ CONFLICTS= compat14-[0-9]* ONLY_FOR_PLATFORM= NetBSD-*-sparc NetBSD-*-i386 NOT_FOR_PLATFORM= NetBSD-1.3*-* NetBSD-1.4*-* +NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL CRYPTO= YES diff --git a/emulators/compat14/Makefile b/emulators/compat14/Makefile index 310180524b1..8dcf86ee130 100644 --- a/emulators/compat14/Makefile +++ b/emulators/compat14/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2006/05/22 22:22:02 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2006/10/19 19:37:38 wiz Exp $ # DISTNAME= compat14-${MACHINE_ARCH}-${VERSION} @@ -17,6 +17,7 @@ CONFLICTS= compat14-crypto-[0-9]* ONLY_FOR_PLATFORM= NetBSD-*-sparc NetBSD-*-i386 NOT_FOR_PLATFORM= NetBSD-1.3*-* NetBSD-1.4*-* +NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL NO_MTREE= yes NO_BUILD= yes diff --git a/emulators/compat16/Makefile b/emulators/compat16/Makefile index 08193f88ef7..6a317abffd1 100644 --- a/emulators/compat16/Makefile +++ b/emulators/compat16/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/05/22 22:22:03 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2006/10/19 19:37:38 wiz Exp $ # DISTNAME= compat16-${MACHINE_ARCH}-${VERSION} @@ -14,6 +14,7 @@ COMMENT= Shared libraries for NetBSD 1.6 (and earlier) compatibility VERSION= 1.6.0 ONLY_FOR_PLATFORM= NetBSD-1.6[A-Z]*-i386 NetBSD-[2-9]*-i386 +NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL NO_MTREE= yes NO_BUILD= yes diff --git a/emulators/netbsd32_compat14/Makefile b/emulators/netbsd32_compat14/Makefile index b75ad964c88..d9a687f732d 100644 --- a/emulators/netbsd32_compat14/Makefile +++ b/emulators/netbsd32_compat14/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2006/05/22 22:22:03 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2006/10/19 19:39:04 wiz Exp $ # DISTNAME= compat14-${MACHINE32_ARCH}-${VERSION} @@ -25,6 +25,7 @@ MACHINE32_ARCH= ${MACHINE_ARCH} ONLY_FOR_PLATFORM= NetBSD-*-sparc64 ONLY_FOR_PLATFORM+= NetBSD-[2-9]*-x86_64 +NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL NO_MTREE= yes NO_BUILD= yes diff --git a/emulators/netbsd32_compat15/Makefile b/emulators/netbsd32_compat15/Makefile index c932bd5b17c..776503d9e97 100644 --- a/emulators/netbsd32_compat15/Makefile +++ b/emulators/netbsd32_compat15/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/05/22 22:22:03 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2006/10/19 19:39:04 wiz Exp $ # .if ${MACHINE_ARCH} == "sparc64" @@ -19,6 +19,7 @@ COMMENT= 32-bit shared libraries for NetBSD 1.5 (and earlier) compatibility CONFLICTS= netbsd32_compat16-[0-9]* ONLY_FOR_PLATFORM= NetBSD-*-sparc64 +NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL NO_MTREE= yes NO_BUILD= yes diff --git a/emulators/netbsd32_compat16/Makefile b/emulators/netbsd32_compat16/Makefile index 8caad2b3c16..97fcffd3d87 100644 --- a/emulators/netbsd32_compat16/Makefile +++ b/emulators/netbsd32_compat16/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/05/22 22:22:03 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2006/10/19 19:39:04 wiz Exp $ # .if ${MACHINE_ARCH} == "sparc64" @@ -28,6 +28,7 @@ CONFLICTS= netbsd32_compat15-[0-9]* ONLY_FOR_PLATFORM= NetBSD-[2-9]*-sparc64 ONLY_FOR_PLATFORM+= NetBSD-[2-9]*-x86_64 +NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL NO_MTREE= yes NO_BUILD= yes |