summaryrefslogtreecommitdiff
path: root/net/cvsup/Makefile
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>2001-04-28 20:32:15 +0000
committerJohn Polstra <jdp@FreeBSD.org>2001-04-28 20:32:15 +0000
commit6f9eed1cc6eb2d8c2d5b1c31672085f8683920d5 (patch)
treed546e76a1b974373312a27b859554bdbc6610ba1 /net/cvsup/Makefile
parentApply a hotfix against ruby-interp. This fixes the coredump when $_ (diff)
Allow PORTVERSION and MASTER_SITES to be overridden so that this
port can be used as a MASTERDIR. Add an additional site to MASTER_SITES.
Notes
Notes: svn path=/head/; revision=42014
Diffstat (limited to 'net/cvsup/Makefile')
-rw-r--r--net/cvsup/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/cvsup/Makefile b/net/cvsup/Makefile
index bdf045607ee2..ed5b6a34c571 100644
--- a/net/cvsup/Makefile
+++ b/net/cvsup/Makefile
@@ -6,9 +6,10 @@
#
PORTNAME= cvsup
-PORTVERSION= 16.1
+PORTVERSION?= 16.1
CATEGORIES= net devel
-MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/development/CVSup/sources/ \
+MASTER_SITES?= ftp://ftp3.freebsd.org/pub/FreeBSD/development/CVSup/sources/ \
+ ftp://ftp.freebsd.org/pub/FreeBSD/development/CVSup/sources/ \
ftp://ftp.cs.tu-berlin.de/pub/FreeBSD/development/CVSup/sources/
MAINTAINER= jdp@FreeBSD.org