diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-09-02 03:23:54 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-09-02 03:23:54 +0000 |
commit | 26b944d786ec3a26c4ba617342e7035fbefee95a (patch) | |
tree | c4a6b942082e9dd11958fd6196bdc59b9521cb38 /x11/aterm/Makefile | |
parent | Upgrade 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/Makefile | 3 |
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> |