diff options
author | jdp <jdp@FreeBSD.org> | 1996-12-14 20:12:47 +0000 |
---|---|---|
committer | jdp <jdp@FreeBSD.org> | 1996-12-14 20:12:47 +0000 |
commit | bcb9fe7d74e1318388a606f8fe1731c8db58baf8 (patch) | |
tree | 69ec6936c5f12388d04a7442c077cea1bd9f0259 /net/cvsup | |
parent | d08d17a4014b1ccfaf24cc0f7f97b2b710e0a727 (diff) | |
download | FreeBSD-ports-bcb9fe7d74e1318388a606f8fe1731c8db58baf8.zip FreeBSD-ports-bcb9fe7d74e1318388a606f8fe1731c8db58baf8.tar.gz |
Update from version 13.5 to version 14.0.
Fix garbling of "MASTER_SITES" that somebody's slippery editor fingers
introduced into the previous revision of the Makefile.
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 ffab43b..5b4b2f6 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 |