diff options
author | tdb <tdb@FreeBSD.org> | 2006-03-20 19:30:37 +0800 |
---|---|---|
committer | tdb <tdb@FreeBSD.org> | 2006-03-20 19:30:37 +0800 |
commit | 7b9abeb2d3d2eebf4125c83301388bad679cce44 (patch) | |
tree | 11ed33efa0bc9081ee8d23b821d3b72cc1eea1b1 /devel | |
parent | e1493f40eced9f3ac67ad7b91d2e036486d5a236 (diff) | |
download | freebsd-ports-gnome-7b9abeb2d3d2eebf4125c83301388bad679cce44.tar.gz freebsd-ports-gnome-7b9abeb2d3d2eebf4125c83301388bad679cce44.tar.zst freebsd-ports-gnome-7b9abeb2d3d2eebf4125c83301388bad679cce44.zip |
Fix MASTER_SITES.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libukcprog/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libukcprog/Makefile b/devel/libukcprog/Makefile index ec75f17c80be..55f72aa6d60a 100644 --- a/devel/libukcprog/Makefile +++ b/devel/libukcprog/Makefile @@ -11,8 +11,8 @@ PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= ftp://ftp.uk.i-scream.org/pub/i-scream/%SUBDIR%/ \ http://ftp.uk.i-scream.org/pub/i-scream/%SUBDIR%/ \ - ftp://ftp2.uk.i-scream.org/sites/ftp.i-scream.org/pub/i-scream/%SUBDIR%/ \ - http://ftp2.uk.i-scream.org/sites/ftp.i-scream.org/pub/i-scream/%SUBDIR%/ \ + ftp://ftp2.uk.i-scream.org/mirror/ftp.i-scream.org/pub/i-scream/%SUBDIR%/ \ + http://ftp2.uk.i-scream.org/mirror/ftp.i-scream.org/pub/i-scream/%SUBDIR%/ \ ftp://ftp.i-scream.org/pub/i-scream/%SUBDIR%/ \ http://ftp.i-scream.org/pub/i-scream/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTNAME} |