diff options
author | brooks <brooks@FreeBSD.org> | 2006-03-03 02:10:20 +0800 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2006-03-03 02:10:20 +0800 |
commit | 01fb7ba18e5e427f66249ea4cf3adef2686b84b8 (patch) | |
tree | f9ae285450084b0ade7f81567096f845a6928f32 | |
parent | 19b94113a5f3256d5879fb37c86bcbfb08a5ba8e (diff) | |
download | freebsd-ports-gnome-01fb7ba18e5e427f66249ea4cf3adef2686b84b8.tar.gz freebsd-ports-gnome-01fb7ba18e5e427f66249ea4cf3adef2686b84b8.tar.zst freebsd-ports-gnome-01fb7ba18e5e427f66249ea4cf3adef2686b84b8.zip |
Use the ftp site rather than the http site which redirects to it
and thus doesn't actually work.
Approved by: portmgr (marcus)
-rw-r--r-- | net/globus4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/globus4/Makefile b/net/globus4/Makefile index 6708f929291c..d015fa95723a 100644 --- a/net/globus4/Makefile +++ b/net/globus4/Makefile @@ -9,7 +9,7 @@ PORTNAME= globus PORTVERSION= 4.0.1 PORTREVISION= 20051201 CATEGORIES= net java parallel -MASTER_SITES= http://www-unix.globus.org/ftppub/gt4/4.0/${PORTVERSION}/%SUBDIR%/src/:installers,updates +MASTER_SITES= ftp://ftp.globus.org/pub/gt4/4.0/${PORTVERSION}/%SUBDIR%/src/:installers,updates MASTER_SITE_SUBDIR= installers/:installers updates/:updates DISTNAME= gt${PORTVERSION}-all-source-installer DISTFILES= ${INSTALLER}:installers \ |