diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-07-22 04:39:59 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-07-22 04:39:59 +0000 |
commit | 23dd5766945e1ea7ba8a5921e7a5d43113188ce7 (patch) | |
tree | c79028195fc83e93157d0f808f1f351b6c22a376 /korean/hanterm-xf86/Makefile | |
parent | adc3e16ddb0c620afc94c188d6b446ed58a889b1 (diff) | |
download | FreeBSD-ports-23dd5766945e1ea7ba8a5921e7a5d43113188ce7.zip FreeBSD-ports-23dd5766945e1ea7ba8a5921e7a5d43113188ce7.tar.gz |
- Add a second master site to back up the current one (shared
by all these ports).
- Fix up the maintainer's email address
- Fix up some grammar/spelling issues
PR: 12751, 12753, 12754, 12755, 12756, 12757
Submitted by: CHOI Junho <cjh@kr.freebsd.org>, maintainer
Diffstat (limited to 'korean/hanterm-xf86/Makefile')
-rw-r--r-- | korean/hanterm-xf86/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/korean/hanterm-xf86/Makefile b/korean/hanterm-xf86/Makefile index f157de9..a197ae8 100644 --- a/korean/hanterm-xf86/Makefile +++ b/korean/hanterm-xf86/Makefile @@ -1,19 +1,20 @@ # New ports collection makefile for: hanterm-xf86 -# Version required: hanterm-xf-p14 +# Version required: hanterm-xf-p16 # Date created: 22 Mar 1997 # Whom: CHOI Junho <junker@jazz.snu.ac.kr> # -# $Id: Makefile,v 1.12 1999/01/15 05:34:48 kuriyama Exp $ +# $Id: Makefile,v 1.13 1999/03/19 01:15:10 taoka Exp $ # DISTNAME= hanterm-xf-p16 PKGNAME= ko-hanterm-xf-16 CATEGORIES= korean x11 -MASTER_SITES= http://pseudo.snu.ac.kr/~hwang/ +MASTER_SITES= http://pseudo.snu.ac.kr/~hwang/ \ + ftp://ftp.kr.freebsd.org/pub/FreeBSD-kr/distfiles/ MAINTAINER= cjh@kr.freebsd.org -RUN_DEPENDS= ${PREFIX}/lib/X11/fonts/local/johabm16.pcf.gz:${PORTSDIR}/korean/johabfonts +RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/local/johabm16.pcf.gz:${PORTSDIR}/korean/johabfonts USE_X_PREFIX= yes GNU_CONFIGURE= yes |