diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2006-08-12 08:34:40 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2006-08-12 08:34:40 +0000 |
commit | f2cd8f20ce4aaaefc6059902ed8f6accb8900ad8 (patch) | |
tree | 899fcd86a4e858b6cb1e5f7a2c5e68bc1edf86b9 /devel | |
parent | Update 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')
-rw-r--r-- | devel/cvs2p4/Makefile | 4 |
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 |