diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-09-02 03:23:54 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-09-02 03:23:54 +0000 |
commit | c3e145cdee8c4c306a965c48513a6b2e32d5ffb7 (patch) | |
tree | 8f72652dc1a8a7d3c2ae0f4bfffc3e8d936479a6 /x11/aterm | |
parent | b559aceb2cbf40aa8c6e5da0c8ba24c7a755e3b4 (diff) | |
download | FreeBSD-ports-c3e145cdee8c4c306a965c48513a6b2e32d5ffb7.zip FreeBSD-ports-c3e145cdee8c4c306a965c48513a6b2e32d5ffb7.tar.gz |
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')
-rw-r--r-- | x11/aterm/Makefile | 3 | ||||
-rw-r--r-- | x11/aterm/pkg-plist | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/x11/aterm/Makefile b/x11/aterm/Makefile index 583a189..08628dc 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> diff --git a/x11/aterm/pkg-plist b/x11/aterm/pkg-plist index 6a4f142..90bdc5e 100644 --- a/x11/aterm/pkg-plist +++ b/x11/aterm/pkg-plist @@ -1 +1,2 @@ bin/aterm +@exec chmod 4711 %D/bin/aterm |