diff options
author | flathill <flathill@FreeBSD.org> | 2003-03-08 02:57:13 +0800 |
---|---|---|
committer | flathill <flathill@FreeBSD.org> | 2003-03-08 02:57:13 +0800 |
commit | 7aff94a3611ab7032f6af1b632e4878340c51a11 (patch) | |
tree | cb62270523c4bd8df027b2b6a3b0030aab42f0d1 | |
parent | 625887a2e19fba176b6cffbda048fd6bcdf565d6 (diff) | |
download | freebsd-ports-gnome-7aff94a3611ab7032f6af1b632e4878340c51a11.tar.gz freebsd-ports-gnome-7aff94a3611ab7032f6af1b632e4878340c51a11.tar.zst freebsd-ports-gnome-7aff94a3611ab7032f6af1b632e4878340c51a11.zip |
Fix MASTER_SITES
-rw-r--r-- | japanese/lyx/Makefile | 5 | ||||
-rw-r--r-- | japanese/lyx/pkg-descr | 3 |
2 files changed, 2 insertions, 6 deletions
diff --git a/japanese/lyx/Makefile b/japanese/lyx/Makefile index 58e9e9732e3e..89d3b67e3717 100644 --- a/japanese/lyx/Makefile +++ b/japanese/lyx/Makefile @@ -9,10 +9,9 @@ PORTNAME= lyx PORTVERSION= 1.0.3 CATEGORIES= japanese print 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/ \ - http://cgi.din.or.jp/~kawakami/product/LyX/ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= flathill DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ ${PORTNAME}-jp-kit0.10b4for${PORTVERSION}.tar.gz diff --git a/japanese/lyx/pkg-descr b/japanese/lyx/pkg-descr index d812fa385fea..37e4e22900c8 100644 --- a/japanese/lyx/pkg-descr +++ b/japanese/lyx/pkg-descr @@ -9,8 +9,5 @@ character support, WYSIWYG graphics, tables, and equations. WWW: http://www.lyx.org/ -for japanize patch information, -http://cgi.din.or.jp/~kawakami/ - Author: Matthias Ettrich <ettrich@informatik.uni-tuebingen.de> Maintained-by: Lars Gullik Bj$Bxn(Bnes <larsbj@ifi.uio.no> |