diff options
author | cjh <cjh@FreeBSD.org> | 2000-07-18 05:01:34 +0800 |
---|---|---|
committer | cjh <cjh@FreeBSD.org> | 2000-07-18 05:01:34 +0800 |
commit | 68cf4b7a27846d8a015df62ebb728f43874313ff (patch) | |
tree | 1f2bb40b98a4625225ab1d4d50733cb308ac02f5 /korean/hanterm-xf86 | |
parent | f2a1c3e2b1115bea61851244e61e9082cf4bdf99 (diff) | |
download | freebsd-ports-graphics-68cf4b7a27846d8a015df62ebb728f43874313ff.tar.gz freebsd-ports-graphics-68cf4b7a27846d8a015df62ebb728f43874313ff.tar.zst freebsd-ports-graphics-68cf4b7a27846d8a015df62ebb728f43874313ff.zip |
Clean up ports.
- MAINTAINER line changed.
- unnecessasry CONFIGURE_ARGS option removed.
- patches/patch-aa removed, CONFIGURE_ENV added instead.
- pkg/PLIST sorted.
Diffstat (limited to 'korean/hanterm-xf86')
-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 5cf7e4ee417..d78c68b6102 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 541c2e3e7bf..72072e174fc 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 d7f606e3700..09d746367b3 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 |