diff options
author | Andrey Slusar <anray@FreeBSD.org> | 2006-01-19 18:42:30 +0000 |
---|---|---|
committer | Andrey Slusar <anray@FreeBSD.org> | 2006-01-19 18:42:30 +0000 |
commit | 7bb8f0e5334676595722ae71656a546171ed4faa (patch) | |
tree | cffca4f6a48736a48bc21bdcac6e47fb8609b990 /editors | |
parent | 04e8769f1b97ff4b5b82fb625b906b900bcbc40f (diff) | |
download | ports-7bb8f0e5334676595722ae71656a546171ed4faa.tar.gz ports-7bb8f0e5334676595722ae71656a546171ed4faa.zip |
Notes
Diffstat (limited to 'editors')
-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 |