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 /sysutils/i2ocfg | |
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 'sysutils/i2ocfg')
-rw-r--r-- | sysutils/i2ocfg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/i2ocfg/Makefile b/sysutils/i2ocfg/Makefile index 96ab80da158..560d293c39a 100644 --- a/sysutils/i2ocfg/Makefile +++ b/sysutils/i2ocfg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/05/07 11:54:35 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2004/10/01 10:37:33 grant Exp $ DISTNAME= i2ocfg-1.0 CATEGORIES= sysutils @@ -8,7 +8,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.interlude.eu.org/~ad/software/i2ocfg/ COMMENT= I2O configuration dialog gateway -ONLY_FOR_PLATFORM= NetBSD-1.5[J-Z]-* NetBSD-1.[6-9]*-* NetBSD-[2-9]* +ONLY_FOR_PLATFORM= NetBSD-1.5[J-Z]-* NetBSD-1.6*-* NetBSD-[2-9]*-* MANCOMPRESSED_IF_MANZ= YES |