diff options
author | wiz <wiz@pkgsrc.org> | 2005-03-23 10:55:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-03-23 10:55:28 +0000 |
commit | cbd10864808907dcbdfbdfcd632f3528a0e535fd (patch) | |
tree | 964d8ae72357907d3def60bf71edb3e6be5798ea /emulators | |
parent | 31e288b37daefca7dd9530b03cc578d11dba96ac (diff) | |
download | pkgsrc-cbd10864808907dcbdfbdfcd632f3528a0e535fd.tar.gz |
Fix ONLY_FOR_PLATFORM line.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/compat16/Makefile | 4 | ||||
-rw-r--r-- | emulators/netbsd32_compat14/Makefile | 4 | ||||
-rw-r--r-- | emulators/netbsd32_compat16/Makefile | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/emulators/compat16/Makefile b/emulators/compat16/Makefile index 7b5ea0e1795..d99ef4f642b 100644 --- a/emulators/compat16/Makefile +++ b/emulators/compat16/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/02/21 20:57:20 veego Exp $ +# $NetBSD: Makefile,v 1.3 2005/03/23 10:55:28 wiz Exp $ # DISTNAME= compat16-${MACHINE_ARCH}-${VERSION} @@ -13,7 +13,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*-i386 +ONLY_FOR_PLATFORM= NetBSD-1.6[A-Z]*-i386 NetBSD-[2-9]*-i386 NO_MTREE= # defined NO_BUILD= # defined diff --git a/emulators/netbsd32_compat14/Makefile b/emulators/netbsd32_compat14/Makefile index e8cfc5b7aea..3e52059f648 100644 --- a/emulators/netbsd32_compat14/Makefile +++ b/emulators/netbsd32_compat14/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/02/21 21:08:50 veego Exp $ +# $NetBSD: Makefile,v 1.11 2005/03/23 10:56:47 wiz Exp $ # DISTNAME= compat14-${MACHINE32_ARCH}-${VERSION} @@ -24,7 +24,7 @@ MACHINE32_ARCH= ${MACHINE_ARCH} .endif ONLY_FOR_PLATFORM= NetBSD-*-sparc64 -ONLY_FOR_PLATFORM+= NetBSD-2*-x86_64 +ONLY_FOR_PLATFORM+= NetBSD-[2-9]*-x86_64 NO_MTREE= # defined NO_BUILD= # defined diff --git a/emulators/netbsd32_compat16/Makefile b/emulators/netbsd32_compat16/Makefile index 66301d4b8f8..df2ea5b94cf 100644 --- a/emulators/netbsd32_compat16/Makefile +++ b/emulators/netbsd32_compat16/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/02/21 21:18:28 veego Exp $ +# $NetBSD: Makefile,v 1.10 2005/03/23 10:56:47 wiz Exp $ # .if ${MACHINE_ARCH} == "sparc64" @@ -26,8 +26,8 @@ COMMENT= 32-bit shared libraries for NetBSD 1.6 (and earlier) compatibility CONFLICTS= netbsd32_compat15-[0-9]* -ONLY_FOR_PLATFORM= NetBSD-2*-sparc64 -ONLY_FOR_PLATFORM+= NetBSD-2*-x86_64 +ONLY_FOR_PLATFORM= NetBSD-[2-9]*-sparc64 +ONLY_FOR_PLATFORM+= NetBSD-[2-9]*-x86_64 NO_MTREE= # defined NO_BUILD= # defined |