aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>2001-04-29 04:32:15 +0800
committerjdp <jdp@FreeBSD.org>2001-04-29 04:32:15 +0800
commit4b1ce6cdc981a579ecfce68249f59c350fbe3fb5 (patch)
tree9c85020c005c08d2aba3516edcf121c6c7e3e267
parent621b1b7b8dfd38e6e89e069f82298ea248176629 (diff)
downloadfreebsd-ports-gnome-4b1ce6cdc981a579ecfce68249f59c350fbe3fb5.tar.gz
freebsd-ports-gnome-4b1ce6cdc981a579ecfce68249f59c350fbe3fb5.tar.zst
freebsd-ports-gnome-4b1ce6cdc981a579ecfce68249f59c350fbe3fb5.zip
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.
-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