From 4b1ce6cdc981a579ecfce68249f59c350fbe3fb5 Mon Sep 17 00:00:00 2001 From: jdp Date: Sat, 28 Apr 2001 20:32:15 +0000 Subject: 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. --- net/cvsup/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'net/cvsup') diff --git a/net/cvsup/Makefile b/net/cvsup/Makefile index bdf0456..ed5b6a3 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 -- cgit v1.1