diff options
author | CHOI Junho <cjh@FreeBSD.org> | 2001-05-29 12:08:39 +0000 |
---|---|---|
committer | CHOI Junho <cjh@FreeBSD.org> | 2001-05-29 12:08:39 +0000 |
commit | d345c1d87e3ee4e8ae10a97cb2738229253e7092 (patch) | |
tree | e52f3d043a64967142d35eee04c72019285bc3c1 /korean | |
parent | 3c7452e618516fa84e0696bb39b4ed56fbee117a (diff) | |
download | ports-d345c1d87e3ee4e8ae10a97cb2738229253e7092.tar.gz ports-d345c1d87e3ee4e8ae10a97cb2738229253e7092.zip |
Notes
Diffstat (limited to 'korean')
-rw-r--r-- | korean/hanterm-xf86/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/korean/hanterm-xf86/Makefile b/korean/hanterm-xf86/Makefile index 2ebca8f43946..e12cf6864be1 100644 --- a/korean/hanterm-xf86/Makefile +++ b/korean/hanterm-xf86/Makefile @@ -7,6 +7,7 @@ PORTNAME= hanterm PORTVERSION= 19 +PORTREVISION= 1 CATEGORIES= korean x11 MASTER_SITES= http://www.kr.FreeBSD.org/~hwang/hanterm/ \ http://hanterm.org/download/hanterm-xf/ @@ -25,7 +26,8 @@ CONFIGURE_ENV+= LIBS="${LDFLAGS} -L${LOCALBASE}/lib -liconv" \ CFLAGS="${CFLAGS} -I${LOCALBASE}/include" NO_INSTALL_MANPAGES= yes -post-install: +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/hanterm ${PREFIX}/bin @${INSTALL_DATA} ${WRKSRC}/Hanterm.ad \ ${PREFIX}/lib/X11/app-defaults/Hanterm ${MKDIR} ${PREFIX}/share/doc/hanterm-xf |