diff options
author | Lars Thegler <lth@FreeBSD.org> | 2006-09-10 09:58:13 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2006-09-10 09:58:13 +0000 |
commit | 70a95cef5745d9af320b6717d051736b385e1be5 (patch) | |
tree | ed53ce93b41094e042a1b4d99be286092e7ab33f /devel/perforce | |
parent | c7d9575a368517eb010ff61c541f9d0e9cd48359 (diff) | |
download | ports-70a95cef5745d9af320b6717d051736b385e1be5.tar.gz ports-70a95cef5745d9af320b6717d051736b385e1be5.zip |
Notes
Diffstat (limited to 'devel/perforce')
-rw-r--r-- | devel/perforce/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/perforce/Makefile b/devel/perforce/Makefile index 999b48e9a2f5..99c90cff218b 100644 --- a/devel/perforce/Makefile +++ b/devel/perforce/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 |