diff options
author | cjh <cjh@FreeBSD.org> | 2001-05-29 12:08:39 +0000 |
---|---|---|
committer | cjh <cjh@FreeBSD.org> | 2001-05-29 12:08:39 +0000 |
commit | f10446195f81bd9386a9f9899285a040b3ee52de (patch) | |
tree | 306d9fd1ef8b4e168f6bcc60ff02612c6ad1b7eb /korean/hanterm-xf86 | |
parent | 684caebea66744190a819a2860ba5fc834064629 (diff) | |
download | FreeBSD-ports-f10446195f81bd9386a9f9899285a040b3ee52de.zip FreeBSD-ports-f10446195f81bd9386a9f9899285a040b3ee52de.tar.gz |
Remove SUID bit. It can lead local exploit.
Also bumped PORTREVISION.
Submitted by: ksecurity@iland.co.kr
Diffstat (limited to 'korean/hanterm-xf86')
-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 2ebca8f..e12cf68 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 |