diff options
-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 |