diff options
author | wiz <wiz@pkgsrc.org> | 2006-10-19 19:37:38 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-10-19 19:37:38 +0000 |
commit | 70a809a8cf30a1e0df3e50f0d1fc2256ec58b727 (patch) | |
tree | c0e51464d5126cc5f4d26e995c634e1f9b53ee4c /emulators/netbsd32_compat16 | |
parent | 41e55fa0e17fb992376e0de20a6f56ba2f557ece (diff) | |
download | pkgsrc-70a809a8cf30a1e0df3e50f0d1fc2256ec58b727.tar.gz |
Mark as NO_SRC_ON_FTP -- files are already in MASTER_SITE_LOCAL.
Diffstat (limited to 'emulators/netbsd32_compat16')
-rw-r--r-- | emulators/netbsd32_compat16/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |