diff options
author | CHOI Junho <cjh@FreeBSD.org> | 2000-07-17 21:01:34 +0000 |
---|---|---|
committer | CHOI Junho <cjh@FreeBSD.org> | 2000-07-17 21:01:34 +0000 |
commit | b165170138b9b5e169f6267090d28a1b5c3c1f64 (patch) | |
tree | 4c7e2a6c1c04d623b3324f3ab43a9972549d59d5 /korean | |
parent | Fix pkg/COMMENT(for more portlint-compliant) (diff) |
Clean up ports.
- MAINTAINER line changed.
- unnecessasry CONFIGURE_ARGS option removed.
- patches/patch-aa removed, CONFIGURE_ENV added instead.
- pkg/PLIST sorted.
Notes
Notes:
svn path=/head/; revision=30758
Diffstat (limited to 'korean')
-rw-r--r-- | korean/hanterm-xf86/Makefile | 6 | ||||
-rw-r--r-- | korean/hanterm-xf86/pkg-descr | 2 | ||||
-rw-r--r-- | korean/hanterm-xf86/pkg-plist | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/korean/hanterm-xf86/Makefile b/korean/hanterm-xf86/Makefile index 5cf7e4ee4174..d78c68b6102d 100644 --- a/korean/hanterm-xf86/Makefile +++ b/korean/hanterm-xf86/Makefile @@ -12,14 +12,14 @@ MASTER_SITES= http://www.kr.FreeBSD.org/~hwang/hanterm/ PKGNAMESUFFIX= -xf DISTNAME= hanterm-xf-p18 -MAINTAINER= cjh@kr.freebsd.org +MAINTAINER= cjh@FreeBSD.org RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/local/johabm16.pcf.gz:${PORTSDIR}/korean/johabfonts USE_X_PREFIX= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-x --build=i386--freebsd --prefix=${PREFIX} \ - --enable-16-color +CONFIGURE_ARGS+= --with-x --enable-16-color +CONFIGURE_ENV+= LIBS="-lxpg4" NO_INSTALL_MANPAGES= yes post-install: diff --git a/korean/hanterm-xf86/pkg-descr b/korean/hanterm-xf86/pkg-descr index 541c2e3e7bfb..72072e174fce 100644 --- a/korean/hanterm-xf86/pkg-descr +++ b/korean/hanterm-xf86/pkg-descr @@ -7,5 +7,5 @@ such as automatic fonts detection, johab844 font support, and based on XFree86's xterm code. The scrollbar is displayed in right. -- -CHOI Junho <cjh@kr.freebsd.org> +CHOI Junho <cjh@FreeBSD.org> WWW: http://www.kr.FreeBSD.org/~hwang/hanterm/index.html diff --git a/korean/hanterm-xf86/pkg-plist b/korean/hanterm-xf86/pkg-plist index d7f606e3700a..09d746367b3e 100644 --- a/korean/hanterm-xf86/pkg-plist +++ b/korean/hanterm-xf86/pkg-plist @@ -1,2 +1,2 @@ -lib/X11/app-defaults/Hanterm bin/hanterm +lib/X11/app-defaults/Hanterm |