diff options
author | John Polstra <jdp@FreeBSD.org> | 1996-12-14 20:12:47 +0000 |
---|---|---|
committer | John Polstra <jdp@FreeBSD.org> | 1996-12-14 20:12:47 +0000 |
commit | 092ba24f2eefd065a9ef1006288a8820fde0cd37 (patch) | |
tree | d02ffe91cddc8ee6ba2e78865c3716f008a7e696 /net/cvsup | |
parent | 94094fcc11aae5865bcd0a9825bcff8f488340ce (diff) | |
download | ports-092ba24f2eefd065a9ef1006288a8820fde0cd37.tar.gz ports-092ba24f2eefd065a9ef1006288a8820fde0cd37.zip |
Notes
Diffstat (limited to 'net/cvsup')
-rw-r--r-- | net/cvsup/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/cvsup/Makefile b/net/cvsup/Makefile index ffab43b7774d..5b4b2f625139 100644 --- a/net/cvsup/Makefile +++ b/net/cvsup/Makefile @@ -1,14 +1,14 @@ # New ports collection makefile for: cvsup -# Version required: 13.5 +# Version required: 14.0 # Date created: 7 August 1996 # Whom: asami # -# $Id: Makefile,v 1.13 1996/11/01 20:30:46 jdp Exp $ +# $Id: Makefile,v 1.14 1996/11/18 11:34:28 asami Exp $ # -DISTNAME= cvsup-13.5 +DISTNAME= cvsup-14.0 CATEGORIES= devel net -MASTERSITES= ftp://freefall.freebsd.org/pub/CVSup/ +MASTER_SITES= ftp://freefall.freebsd.org/pub/CVSup/ MAINTAINER= jdp@FreeBSD.org |