diff options
author | CHOI Junho <cjh@FreeBSD.org> | 2005-07-28 20:11:05 +0800 |
---|---|---|
committer | CHOI Junho <cjh@FreeBSD.org> | 2005-07-28 20:11:05 +0800 |
commit | 2c98a82bf1d9f400e14d7df95254548d7c977391 (patch) | |
tree | bd95c9a855e46cc0c403bd51482710831c5bd4c3 /korean | |
parent | 884b4897ada883d54647b520b7d2e745c96232c7 (diff) | |
download | freebsd-ports-gnome-2c98a82bf1d9f400e14d7df95254548d7c977391.tar.gz freebsd-ports-gnome-2c98a82bf1d9f400e14d7df95254548d7c977391.tar.zst freebsd-ports-gnome-2c98a82bf1d9f400e14d7df95254548d7c977391.zip |
Fix fetch problem. Oops!
Obtained from: SungGON Yi <skon@kr.FreeBSD.org>
Diffstat (limited to 'korean')
-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 |