diff options
author | CHOI Junho <cjh@FreeBSD.org> | 2000-07-16 22:22:51 +0000 |
---|---|---|
committer | CHOI Junho <cjh@FreeBSD.org> | 2000-07-16 22:22:51 +0000 |
commit | 8450d2beb698667f0790390e93aad99c2427b593 (patch) | |
tree | 7d6ce6f25b815e5e767389ae49e29aabdde3e3bd /korean/hanterm | |
parent | b4a1de32634a85a372894a5c9209df9f5cbd4000 (diff) | |
download | ports-8450d2beb698667f0790390e93aad99c2427b593.tar.gz ports-8450d2beb698667f0790390e93aad99c2427b593.zip |
Fix distfile location. Original site is working now.
Notes
Notes:
svn path=/head/; revision=30723
Diffstat (limited to 'korean/hanterm')
-rw-r--r-- | korean/hanterm/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/korean/hanterm/Makefile b/korean/hanterm/Makefile index 0478bd134451..40515db34a74 100644 --- a/korean/hanterm/Makefile +++ b/korean/hanterm/Makefile @@ -8,11 +8,10 @@ PORTNAME= hanterm PORTVERSION= 3.1.3 CATEGORIES= korean x11 -MASTER_SITES= ftp://ftp.kr.freebsd.org/pub/FreeBSD-kr/distfiles/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= sada +MASTER_SITES= ftp://elf.kaist.ac.kr/pub/hanterm/ \ + ftp://ftp.kr.freebsd.org/pub/FreeBSD-kr/distfiles/ -MAINTAINER= cjh@kr.freebsd.org +MAINTAINER= cjh@FreeBSD.org RUN_DEPENDS= ${PREFIX}/lib/X11/fonts/local/johabm16.pcf.gz:${PORTSDIR}/korean/johabfonts |