diff options
author | anray <anray@FreeBSD.org> | 2006-01-20 02:42:30 +0800 |
---|---|---|
committer | anray <anray@FreeBSD.org> | 2006-01-20 02:42:30 +0800 |
commit | d5717239950172f9e482ebcffe3cbec944a18c80 (patch) | |
tree | 04ed3911365ffeca5c23180258a14b40ccefd06c /editors/texmacs | |
parent | 1abecd1e151fa0d0305fb58af180624dd32268dd (diff) | |
download | freebsd-ports-gnome-d5717239950172f9e482ebcffe3cbec944a18c80.tar.gz freebsd-ports-gnome-d5717239950172f9e482ebcffe3cbec944a18c80.tar.zst freebsd-ports-gnome-d5717239950172f9e482ebcffe3cbec944a18c80.zip |
Update MASTER_SITES.
PR: ports/92005
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'editors/texmacs')
-rw-r--r-- | editors/texmacs/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/editors/texmacs/Makefile b/editors/texmacs/Makefile index d0a4ea943880..df17039d870a 100644 --- a/editors/texmacs/Makefile +++ b/editors/texmacs/Makefile @@ -8,8 +8,11 @@ PORTNAME= texmacs PORTVERSION= 1.0.6 CATEGORIES= editors print -MASTER_SITES= ftp://ftp.texmacs.org/pub/TeXmacs/targz/ \ - ftp://ftp.texmacs.org/pub/TeXmacs/old-targz/ +MASTER_SITES= http://www.texmacs.org/Download/ftp/%SUBDIR%/ \ + ftp://ftp.texmacs.org/pub/TeXmacs/%SUBDIR%/ \ + http://gd.tuwien.ac.at/editors/TeXmacs/targz/ \ + ftp://gd.tuwien.ac.at/editors/TeXmacs/targz/ +MASTER_SITE_SUBDIR= targz old-targz DISTNAME= TeXmacs-${PORTVERSION}-src MAINTAINER= ports@FreeBSD.org |