diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-07-26 12:13:47 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-07-26 12:13:47 +0000 |
commit | 870da68c71e942eedd2bc8bc108af0cb1c7b9184 (patch) | |
tree | 54dc2b4f8f1e8b39c9be43b1f6557f664397a053 /x11-toolkits/linux-gtk | |
parent | 7fa277636446b24e8a5986f0034392f7534dcacb (diff) | |
download | ports-870da68c71e942eedd2bc8bc108af0cb1c7b9184.tar.gz ports-870da68c71e942eedd2bc8bc108af0cb1c7b9184.zip |
Notes
Diffstat (limited to 'x11-toolkits/linux-gtk')
-rw-r--r-- | x11-toolkits/linux-gtk/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-toolkits/linux-gtk/Makefile b/x11-toolkits/linux-gtk/Makefile index 5cadd6bf14cd..c8accef766ec 100644 --- a/x11-toolkits/linux-gtk/Makefile +++ b/x11-toolkits/linux-gtk/Makefile @@ -35,8 +35,7 @@ LANG= en BASEVERSION?= 7.1 RPM_MIRRORS= \ ftp://ftp.redhat.com/pub/redhat/__DIR__/ \ - ftp://ftp.nluug.nl/site/ftp.redhat.com/redhat/__DIR__/ \ - ftp://ftp.mirror.ac.uk/sites/ftp.redhat.com/pub/redhat/__DIR__/ + ftp://ftp.nluug.nl/site/ftp.redhat.com/redhat/__DIR__/ STDDIR= linux/${BASEVERSION}/${LANG}/os/${MACHINE_ARCH}/RedHat/RPMS UPDDIR= linux/updates/${BASEVERSION}/${LANG}/os/${MACHINE_ARCH} .if (${MACHINE_ARCH} == "i386") |