diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-09-25 19:04:19 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-09-25 19:04:19 +0000 |
commit | a1186c7dff853835fdd2a634d092b2236a3dbeab (patch) | |
tree | 38bc9d806fac21798197c8d17e80cc5566984652 /editors/texmacs/Makefile | |
parent | 94a10740cd7276009cf82cc0fa93cfbae7cc9adc (diff) | |
download | ports-a1186c7dff853835fdd2a634d092b2236a3dbeab.tar.gz ports-a1186c7dff853835fdd2a634d092b2236a3dbeab.zip |
Notes
Diffstat (limited to 'editors/texmacs/Makefile')
-rw-r--r-- | editors/texmacs/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/editors/texmacs/Makefile b/editors/texmacs/Makefile index 53218cf1dd2b..2f4d46647a11 100644 --- a/editors/texmacs/Makefile +++ b/editors/texmacs/Makefile @@ -6,11 +6,10 @@ # PORTNAME= texmacs -PORTVERSION= 1.0.7.1 -PORTREVISION= 2 +PORTVERSION= 1.0.7.2 CATEGORIES= editors print -MASTER_SITES= http://www.texmacs.org/Download/ftp/%SUBDIR%/ \ - ftp://ftp.texmacs.org/pub/TeXmacs/%SUBDIR%/ \ +MASTER_SITES= ftp://ftp.texmacs.org/pub/TeXmacs/%SUBDIR%/ \ + http://www.texmacs.org/Download/ftp/%SUBDIR%/ \ http://gd.tuwien.ac.at/editors/TeXmacs/targz/ \ ftp://gd.tuwien.ac.at/editors/TeXmacs/targz/ MASTER_SITE_SUBDIR= targz old-targz |