diff options
author | grant <grant> | 2004-10-01 10:37:32 +0000 |
---|---|---|
committer | grant <grant> | 2004-10-01 10:37:32 +0000 |
commit | 3f95eec747079ac52820cd7c6a78754d9679418f (patch) | |
tree | 017a7433eaa90e1d6a50f1dd5a82213ba2ea63ec /archivers/rar-linux | |
parent | d78f471dd52e01e9df31f9e62dd5f1f97047f01e (diff) | |
download | pkgsrc-3f95eec747079ac52820cd7c6a78754d9679418f.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/rar-linux')
-rw-r--r-- | archivers/rar-linux/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/rar-linux/Makefile b/archivers/rar-linux/Makefile index ecc6f50ed62..53050a77ecc 100644 --- a/archivers/rar-linux/Makefile +++ b/archivers/rar-linux/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/03/22 04:02:41 kristerw Exp $ +# $NetBSD: Makefile,v 1.5 2004/10/01 10:37:33 grant Exp $ # DISTNAME= rarlinux-3.3.0 @@ -12,7 +12,7 @@ COMMENT= RAR command line archiver (Linux binary) LICENSE= rar-license NO_BUILDLINK= yes -ONLY_FOR_PLATFORM= NetBSD-1.5Z[A-Z]-i386 NetBSD-1.[6-9]*-i386 \ +ONLY_FOR_PLATFORM= NetBSD-1.5Z[A-Z]-i386 NetBSD-1.6*-i386 \ NetBSD-[2-9]*-i386 Linux-*-i[3-6]86 WRKSRC= ${WRKDIR}/rar |