summaryrefslogtreecommitdiffstats
path: root/korean/hanterm/Makefile
diff options
context:
space:
mode:
authorcjh <cjh@FreeBSD.org>2001-05-29 12:07:17 +0000
committercjh <cjh@FreeBSD.org>2001-05-29 12:07:17 +0000
commit684caebea66744190a819a2860ba5fc834064629 (patch)
treea291a8898d8b05ac2e03604129d84cacd6c88e08 /korean/hanterm/Makefile
parent26815aca3945361c90357f84c37ac2970b7f9a02 (diff)
downloadFreeBSD-ports-684caebea66744190a819a2860ba5fc834064629.zip
FreeBSD-ports-684caebea66744190a819a2860ba5fc834064629.tar.gz
Remove SUID bit. It can lead local exploit.
Submitted by: ksecurity@iland.co.kr
Diffstat (limited to 'korean/hanterm/Makefile')
-rw-r--r--korean/hanterm/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/korean/hanterm/Makefile b/korean/hanterm/Makefile
index d28632c..e4d8907 100644
--- a/korean/hanterm/Makefile
+++ b/korean/hanterm/Makefile
@@ -7,7 +7,7 @@
PORTNAME= hanterm
PORTVERSION= 3.1.5
-#PORTREVISION= 1
+PORTREVISION= 1
CATEGORIES= korean x11
MASTER_SITES= http://hanterm.org/download/
@@ -19,7 +19,10 @@ USE_IMAKE= yes
NO_INSTALL_MANPAGES= yes
ALL_TARGET= hanterm
-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
${INSTALL_DATA} ${WRKSRC}/doc/hanterm.html ${PREFIX}/share/doc/hanterm/
${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/hanterm/
OpenPOWER on IntegriCloud