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 /archivers/unace22 | |
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 'archivers/unace22')
-rw-r--r-- | archivers/unace22/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/unace22/Makefile b/archivers/unace22/Makefile index b6736ba141d..8516046c938 100644 --- a/archivers/unace22/Makefile +++ b/archivers/unace22/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/06/28 21:45:42 xtraeme Exp $ +# $NetBSD: Makefile,v 1.10 2004/10/01 10:37:33 grant Exp $ # DISTNAME= linunace22 @@ -17,8 +17,8 @@ MAINTAINER= dillo@NetBSD.org HOMEPAGE= http://www.winace.com/ COMMENT= Extract, list and test files in ACE archives (2.2 linux binary) -ONLY_FOR_PLATFORM= NetBSD-1.5Z[A-Z]-i386 NetBSD-1.[6-9]*-i386 \ - NetBSD-[2-9]*-i386 Linux-*-i[3-6]86 +ONLY_FOR_PLATFORM= NetBSD-1.5Z[A-Z]-i386 NetBSD-1.6*-i386 \ + NetBSD-[2-9]*-i386 Linux-*-i[3-6]86 WRKSRC= ${WRKDIR} |