diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-09-02 07:19:20 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-09-02 07:19:20 +0000 |
commit | 8573988aedfc83e70e239b1b88a0441782bb443d (patch) | |
tree | de78537a7ba2bb1a9aa604c68e41b741227c8044 /x11 | |
parent | 83c5a7af15fa39f4973afe5a6a02f7dacc9211d5 (diff) |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xterm/Makefile | 5 |
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> |