diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 1999-02-05 14:55:32 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 1999-02-05 14:55:32 +0000 |
commit | 3eafcc6e77a1bd97cbf0b74733a39c358fc04f14 (patch) | |
tree | 0ffbdcfe6586b1a0df75d6da5a9720c2b0440235 /print/lyx16/Makefile | |
parent | Upgrade to mod_ssl-2.2.1. (diff) |
Upgrade to 1.0.0 and add more MASTER_SITES.
OK'ed by: Andreas Klemm <andreas@FreeBSD.ORG>
Diffstat (limited to 'print/lyx16/Makefile')
-rw-r--r-- | print/lyx16/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/print/lyx16/Makefile b/print/lyx16/Makefile index 7dcf15cf910d..d2f6057acbbf 100644 --- a/print/lyx16/Makefile +++ b/print/lyx16/Makefile @@ -1,15 +1,17 @@ # New ports collection makefile for: lyx -# Version required: 0.10.6 +# Version required: 1.0.0 # Date created: Sa 12 Okt 1996 19:20:51 MET DST # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.24 1998/12/28 21:18:04 dirk Exp $ +# $Id: Makefile,v 1.25 1999/01/07 08:19:48 simokawa Exp $ # -DISTNAME= lyx-1.0.0pre6 +DISTNAME= lyx-1.0.0 CATEGORIES= print -MASTER_SITES= ftp://ftp.via.ecp.fr/pub/lyx/stable/ \ - ftp://la1ad.uio.no/pub/lyx/ +MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/ \ + ftp://la1ad.uio.no/pub/lyx/ \ + ftp://alpha.tat.physik.uni-tuebingen.de/pub/lyx/stable/ \ + ftp://ftp.sdsc.edu/pub/other/lyx/stable/ MAINTAINER= andreas@FreeBSD.ORG |