aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
Diffstat (limited to 'x11')
-rw-r--r--x11/xterm/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/xterm/Makefile b/x11/xterm/Makefile
index b19e39637f92..12b915a8f322 100644
--- a/x11/xterm/Makefile
+++ b/x11/xterm/Makefile
@@ -7,7 +7,7 @@
PORTNAME= xterm
PORTVERSION= 196
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11
MASTER_SITES= ftp://invisible-island.net/xterm/ \
http://voodoo.oberon.net/download/
@@ -27,4 +27,7 @@ CONFIGURE_ARGS+= --enable-wide-chars --enable-luit
MAN1= resize.1 xterm.1
+post-install:
+ @${CHMOD} 4711 ${PREFIX}/bin/xterm-static
+
.include <bsd.port.mk>