summaryrefslogtreecommitdiff
path: root/x11/aterm/Makefile
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-09-02 03:23:54 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-09-02 03:23:54 +0000
commit26b944d786ec3a26c4ba617342e7035fbefee95a (patch)
treec4a6b942082e9dd11958fd6196bdc59b9521cb38 /x11/aterm/Makefile
parentUpgrade to 3.3.5 (diff)
chmod these programs 4711 (like xterm) to make utmp/wtmp support
actually work. Requested by: Joseph Scott <joseph.scott@owp.csus.edu> and two other people whose mail I lost.
Diffstat (limited to 'x11/aterm/Makefile')
-rw-r--r--x11/aterm/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/x11/aterm/Makefile b/x11/aterm/Makefile
index 583a189f4ab4..08628dc445b3 100644
--- a/x11/aterm/Makefile
+++ b/x11/aterm/Makefile
@@ -25,4 +25,7 @@ CONFIGURE_ARGS= --enable-transparency --enable-background-image \
MAN1= aterm.1
+post-install:
+ @${CHMOD} 4711 ${PREFIX}/bin/aterm
+
.include <bsd.port.mk>