summaryrefslogtreecommitdiff
path: root/devel/pvs
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-10-01 10:37:32 +0000
committergrant <grant@pkgsrc.org>2004-10-01 10:37:32 +0000
commiteaa75b40822b656b3eec19c61aff6646cfdc94af (patch)
tree017a7433eaa90e1d6a50f1dd5a82213ba2ea63ec /devel/pvs
parentd1fb1657d9512e3d7bef78ca5d0de8c80e1c1222 (diff)
downloadpkgsrc-eaa75b40822b656b3eec19c61aff6646cfdc94af.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 'devel/pvs')
-rw-r--r--devel/pvs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/pvs/Makefile b/devel/pvs/Makefile
index 93470dc2311..6c9c2b855a9 100644
--- a/devel/pvs/Makefile
+++ b/devel/pvs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2004/05/09 20:19:44 snj Exp $
+# $NetBSD: Makefile,v 1.15 2004/10/01 10:37:33 grant Exp $
#
DISTNAME= pvs-${VERSION}
@@ -36,7 +36,7 @@ NO_SRC_ON_FTP= ${RESTRICTED}
NO_BIN_ON_CDROM= ${RESTRICTED}
NO_BIN_ON_FTP= ${RESTRICTED}
-ONLY_FOR_PLATFORM= NetBSD-1.[6-9]*-* NetBSD-[2-9]*-* Linux-*-* SunOS-*-*
+ONLY_FOR_PLATFORM= NetBSD-1.6*-* NetBSD-[2-9]*-* Linux-*-* SunOS-*-*
.include "../../mk/bsd.prefs.mk"