diff options
author | lioux <lioux@FreeBSD.org> | 2001-10-22 00:35:28 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-10-22 00:35:28 +0800 |
commit | 4e8ba16eff2ecc02daf855d514e3120659f0e423 (patch) | |
tree | 0e79c3753a40b1c8153428893fd34575e06ff96a | |
parent | f026d6a27d2f11a545160407e998c94766cbb632 (diff) | |
download | freebsd-ports-gnome-4e8ba16eff2ecc02daf855d514e3120659f0e423.tar.gz freebsd-ports-gnome-4e8ba16eff2ecc02daf855d514e3120659f0e423.tar.zst freebsd-ports-gnome-4e8ba16eff2ecc02daf855d514e3120659f0e423.zip |
Add working MASTER_SITES
Submitted by: fenner (distfiles survey)
-rw-r--r-- | x11-toolkits/libjtoolbar/Makefile | 6 | ||||
-rw-r--r-- | x11-toolkits/libjtree/Makefile | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11-toolkits/libjtoolbar/Makefile b/x11-toolkits/libjtoolbar/Makefile index e1776bac19fb..6595316718a3 100644 --- a/x11-toolkits/libjtoolbar/Makefile +++ b/x11-toolkits/libjtoolbar/Makefile @@ -9,9 +9,9 @@ PORTNAME= libjtoolbar PORTVERSION= 0.5.4 PORTREVISION= 1 CATEGORIES= x11-toolkits -MASTER_SITES= ftp://ftp.newplanetsoftware.com/pub/jx/source-1.5.3/ \ - ftp://ftp.cs.itu.edu.tr/pub/linux/x11/jx/ \ - ftp://gd.tuwien.ac.at/hci/jx/source-1.5.3/ +MASTER_SITES= ftp://ftp.krasnodar.ru/pub/unix/IDE/CodeCrusader/ \ + ftp://ftp.uniovi.es/pub/unix/mail/ \ + ftp://ftp.tuwien.ac.at/z10/hci/jx/source-1.5.3/ DISTNAME= JToolBar_source-${PORTVERSION} MAINTAINER= lioux@FreeBSD.org diff --git a/x11-toolkits/libjtree/Makefile b/x11-toolkits/libjtree/Makefile index 6fabe5478645..24737bdd46db 100644 --- a/x11-toolkits/libjtree/Makefile +++ b/x11-toolkits/libjtree/Makefile @@ -9,9 +9,9 @@ PORTNAME= libjtree PORTVERSION= 1.1.7 PORTREVISION= 1 CATEGORIES= x11-toolkits -MASTER_SITES= ftp://ftp.newplanetsoftware.com/pub/jx/source-1.5.3/ \ - ftp://ftp.cs.itu.edu.tr/pub/linux/x11/jx/ \ - ftp://gd.tuwien.ac.at/hci/jx/source-1.5.3/ +MASTER_SITES= ftp://ftp.krasnodar.ru/pub/unix/IDE/CodeCrusader/ \ + ftp://ftp.uniovi.es/pub/unix/mail/ \ + ftp://ftp.tuwien.ac.at/z10/hci/jx/source-1.5.3/ DISTNAME= JTree_source-${PORTVERSION} MAINTAINER= lioux@FreeBSD.org |