summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>1996-12-14 20:12:47 +0000
committerJohn Polstra <jdp@FreeBSD.org>1996-12-14 20:12:47 +0000
commit092ba24f2eefd065a9ef1006288a8820fde0cd37 (patch)
treed02ffe91cddc8ee6ba2e78865c3716f008a7e696 /net
parent${DISTDIR} no longer contains ${DIST_SUBDIR}. (diff)
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.
Notes
Notes: svn path=/head/; revision=4972
Diffstat (limited to 'net')
-rw-r--r--net/cvsup/Makefile8
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