diff options
author | cjh <cjh@FreeBSD.org> | 2005-07-28 20:11:05 +0800 |
---|---|---|
committer | cjh <cjh@FreeBSD.org> | 2005-07-28 20:11:05 +0800 |
commit | 019ec7b1508dd96e740d6e212d90ba142870bdce (patch) | |
tree | de14ea2672ff92dceace0cb1b5da2e6c9dafe8dd /korean/hlatex | |
parent | 72854d43b25b291c8f803643a5d988fed6f787ed (diff) | |
download | freebsd-ports-gnome-019ec7b1508dd96e740d6e212d90ba142870bdce.tar.gz freebsd-ports-gnome-019ec7b1508dd96e740d6e212d90ba142870bdce.tar.zst freebsd-ports-gnome-019ec7b1508dd96e740d6e212d90ba142870bdce.zip |
Fix fetch problem. Oops!
Obtained from: SungGON Yi <skon@kr.FreeBSD.org>
Diffstat (limited to 'korean/hlatex')
-rw-r--r-- | korean/hlatex/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/korean/hlatex/Makefile b/korean/hlatex/Makefile index e2633ba45542..bbcda520539e 100644 --- a/korean/hlatex/Makefile +++ b/korean/hlatex/Makefile @@ -8,8 +8,8 @@ PORTNAME= HLaTeX PORTVERSION= 1.0.1 CATEGORIES= korean print -MASTER_SITES= ftp://ftp.ktug.or.kr/pub/ktug/hlatex \ - ftp://ftp.ktug.or.kr/pub/ktug/hlatex/fonts +MASTER_SITES= ftp://ftp.ktug.or.kr/pub/ktug/hlatex/ \ + ftp://ftp.ktug.or.kr/pub/ktug/hlatex/fonts/ DISTFILES= HLaTeX-1.0.1.tar.gz uhc-fonts-1.0.tar.gz ${HLATEX_FONTS_BASE} DIST_SUBDIR= hlatex EXTRACT_ONLY= HLaTeX-1.0.1.tar.gz uhc-fonts-1.0.tar.gz @@ -17,10 +17,6 @@ EXTRACT_ONLY= HLaTeX-1.0.1.tar.gz uhc-fonts-1.0.tar.gz MAINTAINER= cjh@FreeBSD.org COMMENT= LaTeX package to use Hangul(UTF-8/UHC/KSX1001) -BROKEN= Unfetchable -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2005-09-22 - # it depends on teTeX(lambda) BUILD_DEPENDS= texhash:${PORTSDIR}/print/teTeX RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX |