diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-09-10 04:04:16 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-09-10 04:04:16 +0800 |
commit | 0bae392f4a735a41f5caa4bdb9f796372d21c01c (patch) | |
tree | 51d45bcf9ff1d0907e7083fa11ddc9b55994d85d | |
parent | c11d97856dfe9ae9e997872296673411c08a04ae (diff) | |
download | freebsd-ports-gnome-0bae392f4a735a41f5caa4bdb9f796372d21c01c.tar.gz freebsd-ports-gnome-0bae392f4a735a41f5caa4bdb9f796372d21c01c.tar.zst freebsd-ports-gnome-0bae392f4a735a41f5caa4bdb9f796372d21c01c.zip |
new MASTER_SITES
PR: 41940
Submitted by: shammer@satanii.enemy.org
-rw-r--r-- | x11-toolkits/lesstif/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/x11-toolkits/lesstif/Makefile b/x11-toolkits/lesstif/Makefile index 91cd36cdd4b8..745c52f2442b 100644 --- a/x11-toolkits/lesstif/Makefile +++ b/x11-toolkits/lesstif/Makefile @@ -8,10 +8,11 @@ PORTNAME= lesstif PORTVERSION= 0.91.8 CATEGORIES= x11-toolkits -MASTER_SITES= ftp://ftp.lesstif.org/pub/hungry/lesstif/srcdist/ \ - ftp://ftp.hungry.com/pub/hungry/lesstif/srcdist/ \ - ftp://ftp.fu-berlin.de/unix/X11/gui/lesstif/srcdist/ \ - ftp://ftp.win.or.jp/pub/X11/misc/lesstif/srcdist/ +MASTER_SITES= http://twtelecom.dl.sourceforge.net/sourceforge/lesstif/ \ + http://umn.dl.sourceforge.net/sourceforge/lesstif/ \ + http://umn.dl.sourceforge.net/sourceforge/lesstif/ \ + http://gd.tuwien.ac.at/hci/lesstif/srcdist/ \ + ftp://linux.sarang.net/mirror/development/widget/lesstif/srcdist/ MAINTAINER= ports@freebsd.org |