diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2008-04-14 17:51:32 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2008-04-14 17:51:32 +0000 |
commit | 2c9dbb722f1a6d0e1edc304a0fd23660c81b3d59 (patch) | |
tree | 82274fcd89cfe71661ad2e4e67224a59ee898818 /print/lyx16 | |
parent | c53975ff5ea3bbd0dedba60228b95754a8fe96f2 (diff) | |
download | ports-2c9dbb722f1a6d0e1edc304a0fd23660c81b3d59.tar.gz ports-2c9dbb722f1a6d0e1edc304a0fd23660c81b3d59.zip |
Notes
Diffstat (limited to 'print/lyx16')
-rw-r--r-- | print/lyx16/Makefile | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/print/lyx16/Makefile b/print/lyx16/Makefile index 9738300c555a..38d97257e23b 100644 --- a/print/lyx16/Makefile +++ b/print/lyx16/Makefile @@ -8,14 +8,12 @@ PORTNAME= lyx PORTVERSION= 1.4.5.1 CATEGORIES= print -MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/ \ - ftp://ftp.planetmirror.com/pub/lyx/stable/ \ - http://www-ftp.lip6.fr/ftp/pub/lyx/stable/ \ - ftp://gd.tuwien.ac.at/publishing/tex/lyx/stable/ \ - ftp://ftp.ntua.gr/pub/X11/LyX/stable/ \ - http://sunsite.icm.edu.pl/pub/unix/editors/lyx/stable/ \ - ftp://ftp.chg.ru/pub/X11/lyx/stable/ \ - http://lyx.mirror.fr/stable/ +MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/1.4.x/ \ + http://www-ftp.lip6.fr/ftp/pub/lyx/stable/1.4.x/ \ + ftp://gd.tuwien.ac.at/publishing/tex/lyx/stable/1.4.x/ \ + ftp://ftp.ntua.gr/pub/X11/LyX/stable/1.4.x/ \ + http://sunsite.icm.edu.pl/pub/unix/editors/lyx/stable/1.4.x/ \ + ftp://ftp.chg.ru/pub/X11/lyx/stable/1.4.x/ MAINTAINER= mi@aldan.algebra.com COMMENT= Document processor interfaced with LaTeX (nearly WYSIWYG) |