summaryrefslogtreecommitdiff
path: root/devel/cvsup
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
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')
-rw-r--r--devel/cvsup/MESSAGE4
-rw-r--r--devel/cvsup/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/cvsup/MESSAGE b/devel/cvsup/MESSAGE
index ecaa7a09d49..0c4e3ca4a65 100644
--- a/devel/cvsup/MESSAGE
+++ b/devel/cvsup/MESSAGE
@@ -1,7 +1,7 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.2 2002/02/16 01:14:13 wiz Exp $
+$NetBSD: MESSAGE,v 1.3 2002/08/19 08:54:16 jdarrow Exp $
IMPORTANT: Make sure your kernel has COMPAT_43, COMPAT_13, and COMPAT_14
-defined. (COMPAT_15 may be needed on -current systems.)
+defined.
===========================================================================
diff --git a/devel/cvsup/Makefile b/devel/cvsup/Makefile
index 6af6b6e2d38..e85d33d9e31 100644
--- a/devel/cvsup/Makefile
+++ b/devel/cvsup/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2001/09/22 19:53:58 hubertf Exp $
+# $NetBSD: Makefile,v 1.6 2002/08/19 08:54:16 jdarrow Exp $
DISTNAME= cvsup-bin-nogui-16.1d
PKGNAME= cvsup-16.1.d
@@ -13,7 +13,7 @@ COMMENT= cvsup daemon and 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:
for i in cvpasswd cvsup ; do \