aboutsummaryrefslogtreecommitdiff
path: root/korean
diff options
context:
space:
mode:
authorCHOI Junho <cjh@FreeBSD.org>2001-05-29 12:08:39 +0000
committerCHOI Junho <cjh@FreeBSD.org>2001-05-29 12:08:39 +0000
commitd345c1d87e3ee4e8ae10a97cb2738229253e7092 (patch)
treee52f3d043a64967142d35eee04c72019285bc3c1 /korean
parent3c7452e618516fa84e0696bb39b4ed56fbee117a (diff)
downloadports-d345c1d87e3ee4e8ae10a97cb2738229253e7092.tar.gz
ports-d345c1d87e3ee4e8ae10a97cb2738229253e7092.zip
Remove SUID bit. It can lead local exploit.
Also bumped PORTREVISION. Submitted by: ksecurity@iland.co.kr
Notes
Notes: svn path=/head/; revision=43237
Diffstat (limited to 'korean')
-rw-r--r--korean/hanterm-xf86/Makefile4
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