summaryrefslogtreecommitdiff
path: root/devel/cvsup-gui
diff options
context:
space:
mode:
authorjdarrow <jdarrow@pkgsrc.org>2002-08-19 08:54:16 +0000
committerjdarrow <jdarrow@pkgsrc.org>2002-08-19 08:54:16 +0000
commit796b444ace9232a78513991b7e131a344028855c (patch)
tree2836d30a60edf36afd94d4f31cf6b1fa7f433565 /devel/cvsup-gui
parent8711f18f2db0607eb60ec37cf2046c14d1312e42 (diff)
downloadpkgsrc-796b444ace9232a78513991b7e131a344028855c.tar.gz
cvsup and cvsup-gui work on 1.6, too, and probably -current, as they
are statically linked. Update Makefile and MESSAGE to match.
Diffstat (limited to 'devel/cvsup-gui')
-rw-r--r--devel/cvsup-gui/MESSAGE3
-rw-r--r--devel/cvsup-gui/Makefile4
2 files changed, 3 insertions, 4 deletions
diff --git a/devel/cvsup-gui/MESSAGE b/devel/cvsup-gui/MESSAGE
index 52aeecc0154..555713dc9e6 100644
--- a/devel/cvsup-gui/MESSAGE
+++ b/devel/cvsup-gui/MESSAGE
@@ -1,7 +1,6 @@
======================================================================
-$NetBSD: MESSAGE,v 1.1 2001/11/01 01:23:04 zuntum Exp $
+$NetBSD: MESSAGE,v 1.2 2002/08/19 08:54:16 jdarrow Exp $
IMPORTANT: make sure your kernel has COMPAT_13 and COMPAT_14 defined !
- (maybe COMPAT_15 is needed on -current systems)
======================================================================
diff --git a/devel/cvsup-gui/Makefile b/devel/cvsup-gui/Makefile
index 3a96d93ba3e..e3a2ee0970d 100644
--- a/devel/cvsup-gui/Makefile
+++ b/devel/cvsup-gui/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2001/09/22 19:53:22 hubertf Exp $
+# $NetBSD: Makefile,v 1.3 2002/08/19 08:54:16 jdarrow Exp $
# XXX there's some newer version at
# http://people.freebsd.org/~jdp/s1g/
@@ -16,7 +16,7 @@ COMMENT= cvsup gui client
WRKSRC= ${WRKDIR}
NO_CONFIGURE= yes
NO_BUILD= yes
-ONLY_FOR_PLATFORM= NetBSD-1.5*-i386
+ONLY_FOR_PLATFORM= NetBSD-1.[5-9]*-i386
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bin/cvsup ${PREFIX}/bin/cvsup-gui