diff options
author | grant <grant@pkgsrc.org> | 2004-10-01 10:37:32 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-10-01 10:37:32 +0000 |
commit | 8c737b4206961403c90e483426fdd85c49354fab (patch) | |
tree | 017a7433eaa90e1d6a50f1dd5a82213ba2ea63ec /security | |
parent | b947c1499414ca0014c7ba4876e6e3e313ef575e (diff) | |
download | pkgsrc-8c737b4206961403c90e483426fdd85c49354fab.tar.gz |
there will not be a NetBSD-1.[7-9] but will be a NetBSD-[2-9].*
adjust patterns used in ONLY_FOR_PLATFORM/NOT_FOR_PLATFORM to reflect
this.
Diffstat (limited to 'security')
-rw-r--r-- | security/gtk-systrace/Makefile | 4 | ||||
-rw-r--r-- | security/nfsbug/Makefile | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/gtk-systrace/Makefile b/security/gtk-systrace/Makefile index 49e7f59adbe..ae40f43766a 100644 --- a/security/gtk-systrace/Makefile +++ b/security/gtk-systrace/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/04/25 05:04:52 snj Exp $ +# $NetBSD: Makefile,v 1.9 2004/10/01 10:37:32 grant Exp $ # DISTNAME= gtk-systrace-2002-12-01 @@ -11,7 +11,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.citi.umich.edu/u/provos/systrace/index.html COMMENT= GTK interface to systrace(1) -ONLY_FOR_PLATFORM= NetBSD-1.6[H-Z]*-* NetBSD-1.[7-9]*-* NetBSD-[2-9]* +ONLY_FOR_PLATFORM= NetBSD-1.6[H-Z]*-* NetBSD-[2-9]* WRKSRC= ${WRKDIR}/notification-0.1 GNU_CONFIGURE= YES diff --git a/security/nfsbug/Makefile b/security/nfsbug/Makefile index 9345a868906..4caa0e56365 100644 --- a/security/nfsbug/Makefile +++ b/security/nfsbug/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/03/22 03:27:18 kristerw Exp $ +# $NetBSD: Makefile,v 1.11 2004/10/01 10:37:33 grant Exp $ DISTNAME= nfsshell-1.0 CATEGORIES= net security @@ -17,9 +17,9 @@ NO_EXPORT_CPP= yes # needed since we use rpcgen # Only works on 1.5B or greater on most platforms but will work on any x86 # since struct pmap didn't get exposed through vm.h there. -ONLY_FOR_PLATFORM= NetBSD-1.5[B-Z]-* NetBSD-1.5Z[A-Z]-* NetBSD-1.[6-9]*-* \ - NetBSD-[2-9]* \ - NetBSD-*-i386 +ONLY_FOR_PLATFORM= NetBSD-1.5[B-Z]-* NetBSD-1.5Z[A-Z]-* +ONLY_FOR_PLATFORM+= NetBSD-1.6*-* NetBSD-[2-9]*-* +ONLY_FOR_PLATFORM+= NetBSD-*-i386 INSTALLATION_DIRS= bin |