diff options
author | krion <krion@FreeBSD.org> | 2004-05-30 19:35:54 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-05-30 19:35:54 +0000 |
commit | 56a1b9b78660ecf971eada87ce0cc3d909411797 (patch) | |
tree | 0b7edc33945b93d8d5596046dc331e9ed1a7c29f /print/lyx14 | |
parent | 24005468f7768b8ec31113bfb9c0b8726c10a97f (diff) | |
download | FreeBSD-ports-56a1b9b78660ecf971eada87ce0cc3d909411797.zip FreeBSD-ports-56a1b9b78660ecf971eada87ce0cc3d909411797.tar.gz |
- Fix MASTER_SITES
PR: ports/67389
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
Diffstat (limited to 'print/lyx14')
-rw-r--r-- | print/lyx14/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/lyx14/Makefile b/print/lyx14/Makefile index 56d51dd..d95dede 100644 --- a/print/lyx14/Makefile +++ b/print/lyx14/Makefile @@ -9,7 +9,8 @@ PORTNAME= lyx PORTVERSION= 1.3.4 CATEGORIES= print MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/ \ - ftp://ftp.sdsc.edu/pub/other/lyx/stable/ \ + ftp://planetmirror.com/pub/lyx/stable/ \ + http://www-ftp.lip6.fr/ftp/pub/lyx/stable/ \ ftp://gd.tuwien.ac.at/publishing/tex/lyx/stable/ MAINTAINER= ports@FreeBSD.org |