diff options
author | jdp <jdp@FreeBSD.org> | 1998-03-24 12:20:27 +0800 |
---|---|---|
committer | jdp <jdp@FreeBSD.org> | 1998-03-24 12:20:27 +0800 |
commit | 5459c29d11f9eb67a62077405956f792e22b4d6e (patch) | |
tree | 7c86daf61db885cb41f17ea05e075377d1c0751c /net/cvsup/Makefile | |
parent | 92b007b9200bd90a712ed3c517e430c847654fc5 (diff) | |
download | freebsd-ports-gnome-5459c29d11f9eb67a62077405956f792e22b4d6e.tar.gz freebsd-ports-gnome-5459c29d11f9eb67a62077405956f792e22b4d6e.tar.zst freebsd-ports-gnome-5459c29d11f9eb67a62077405956f792e22b4d6e.zip |
Update port for CVSup release 15.3 (from 15.2).
Approved by: asami
Diffstat (limited to 'net/cvsup/Makefile')
-rw-r--r-- | net/cvsup/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/net/cvsup/Makefile b/net/cvsup/Makefile index 2362e1264f44..c57946d212b5 100644 --- a/net/cvsup/Makefile +++ b/net/cvsup/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: cvsup -# Version required: 15.2 +# Version required: 15.3 # Date created: 7 August 1996 # Whom: asami # -# $Id: Makefile,v 1.21 1997/09/28 21:33:41 jdp Exp $ +# $Id: Makefile,v 1.22 1998/02/11 18:03:22 jdp Exp $ # -DISTNAME= cvsup-15.2 +DISTNAME= cvsup-15.3 CATEGORIES= devel net MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/CVSup/ \ ftp://ftp.cs.tu-berlin.de/pub/FreeBSD/CVSup/ \ @@ -17,6 +17,9 @@ MAINTAINER= jdp@FreeBSD.org BUILD_DEPENDS= m3build-5:${PORTSDIR}/lang/modula-3 LIB_DEPENDS= m3\\.5\\.:${PORTSDIR}/lang/modula-3-lib +MAN1= cvsup.1 +MAN8= cvsupd.8 + # To build the client without GUI support: #MAKE_ENV= M3FLAGS=-DNOGUI # To link the programs statically: |