diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-12 15:54:07 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-12 15:54:07 +0800 |
commit | dc9a8c4a0bdcfd422109af7368cc4e2e468ef3f4 (patch) | |
tree | cd4f747f9134a553a510a2d07ccdf41eea6c0388 /x11-toolkits/linux-gtk | |
parent | d42f84fcce9cdbce9cb1e7ff7fe87c1a365970d1 (diff) | |
download | freebsd-ports-gnome-dc9a8c4a0bdcfd422109af7368cc4e2e468ef3f4.tar.gz freebsd-ports-gnome-dc9a8c4a0bdcfd422109af7368cc4e2e468ef3f4.tar.zst freebsd-ports-gnome-dc9a8c4a0bdcfd422109af7368cc4e2e468ef3f4.zip |
Update MASTER_SITES to make distfile fetchable.
PR: 19202
Submitted by: Daniel Harris <dannyboy@subdimension.com>
Diffstat (limited to 'x11-toolkits/linux-gtk')
-rw-r--r-- | x11-toolkits/linux-gtk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/linux-gtk/Makefile b/x11-toolkits/linux-gtk/Makefile index 5563c0413ac3..0abcc6447fe9 100644 --- a/x11-toolkits/linux-gtk/Makefile +++ b/x11-toolkits/linux-gtk/Makefile @@ -28,7 +28,8 @@ NO_MTREE= yes ONLY_FOR_ARCHS= i386 PREFIX= /compat/linux -RPM_MIRRORS= ftp://ftp.freesoftware.com/pub/linux/redhat/__DIR__/ +RPM_MIRRORS= ftp://ftp.freesoftware.com/pub/linux/redhat/old-releases/__DIR__/ \ + ftp://ftp.freesoftware.com/pub/linux/redhat/__DIR__/ STDDIR= redhat-6.1/${MACHINE_ARCH}/RedHat/RPMS UPDDIR= updates/6.1/${MACHINE_ARCH} RPM_SET?= gtk+-1.2.5-2.${MACHINE_ARCH}.rpm |