summaryrefslogtreecommitdiff
path: root/mbone
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 /mbone
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 'mbone')
-rw-r--r--mbone/vic/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/mbone/vic/Makefile b/mbone/vic/Makefile
index 6c1584342bd..1b9fb81e273 100644
--- a/mbone/vic/Makefile
+++ b/mbone/vic/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2004/03/08 20:27:15 minskim Exp $
+# $NetBSD: Makefile,v 1.28 2004/10/01 10:37:33 grant Exp $
# FreeBSD Id: Makefile,v 1.12 1997/09/11 03:54:53 fenner Exp
#
@@ -9,7 +9,8 @@ CATEGORIES= mbone tk
MASTER_SITES= ftp://ftp.ee.lbl.gov/conferencing/vic/
.include "../../mk/bsd.prefs.mk"
-.if !empty(MACHINE_PLATFORM:MNetBSD-1.[6-9]*)
+
+.if !empty(MACHINE_PLATFORM:MNetBSD-1.6*) || !empty(MACHINE_PLATFORM:MNetBSD-[2-9]*)
PATCH_SITES= ftp://tink.ims.ac.jp/pub/NetBSD/vic/
PATCHFILES= vic-2.8_ov511p0.diff.gz
.endif