summaryrefslogtreecommitdiff
path: root/devel/cvs2p4
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2006-08-12 08:34:40 +0000
committerErwin Lansing <erwin@FreeBSD.org>2006-08-12 08:34:40 +0000
commitf2cd8f20ce4aaaefc6059902ed8f6accb8900ad8 (patch)
tree899fcd86a4e858b6cb1e5f7a2c5e68bc1edf86b9 /devel/cvs2p4
parentUpdate to 1.4.2. (diff)
Pointyhat seems to have difficulty reaching the official mirror,
so mirror locally.
Notes
Notes: svn path=/head/; revision=170389
Diffstat (limited to 'devel/cvs2p4')
-rw-r--r--devel/cvs2p4/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/cvs2p4/Makefile b/devel/cvs2p4/Makefile
index 5ce5cfbe045f..3b9435b0fc5e 100644
--- a/devel/cvs2p4/Makefile
+++ b/devel/cvs2p4/Makefile
@@ -8,7 +8,9 @@
PORTNAME= cvs2p4
PORTVERSION= 2.5.5
CATEGORIES+= devel
-MASTER_SITES= ftp://public.perforce.com/public/perforce/utils/cvs2p4/
+MASTER_SITES= ftp://public.perforce.com/public/perforce/utils/cvs2p4/ \
+ ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= erwin
EXTRACT_SUFX= .tar
MAINTAINER= ports@FreeBSD.org