diff options
author | lth <lth@FreeBSD.org> | 2006-09-10 09:58:13 +0000 |
---|---|---|
committer | lth <lth@FreeBSD.org> | 2006-09-10 09:58:13 +0000 |
commit | 4f46d657732eb3bbf5e86e212fe5b97df73bc1d9 (patch) | |
tree | 86e9e82bdbe4842f50a9da45ed9d6a157fd516bb /devel/p4p | |
parent | 6f9533929b4ffbeed68dd8a8d37a08791beb4872 (diff) | |
download | FreeBSD-ports-4f46d657732eb3bbf5e86e212fe5b97df73bc1d9.zip FreeBSD-ports-4f46d657732eb3bbf5e86e212fe5b97df73bc1d9.tar.gz |
Added mirror site
Submitted by: Alexander Goller <alex@vivien.franken.de>
Diffstat (limited to 'devel/p4p')
-rw-r--r-- | devel/p4p/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/p4p/Makefile b/devel/p4p/Makefile index 999b48e..99c90cf 100644 --- a/devel/p4p/Makefile +++ b/devel/p4p/Makefile @@ -10,7 +10,8 @@ PORTVERSION= ${VERSION} PORTREVISION= ${REVISION} PORTEPOCH= 1 CATEGORIES= devel -MASTER_SITES= ftp://ftp.perforce.com/pub/perforce/r${PORTVERSION}/bin.${PLATFORM}/ +MASTER_SITES= ftp://ftp.perforce.com/pub/perforce/r${PORTVERSION}/bin.${PLATFORM}/ \ + http://filehost.perforce.com/perforce/r${PORTVERSION}/bin.${PLATFORM}/ EXTRACT_SUFX= DISTFILES= ${BIN_FILES} ${SBIN_FILES} EXTRACT_ONLY= # none |