aboutsummaryrefslogtreecommitdiff
path: root/x11/aterm
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
parent181cde1f812091716a341b10c1f01a4e5510f721 (diff)
downloadports-26b944d786ec3a26c4ba617342e7035fbefee95a.tar.gz
ports-26b944d786ec3a26c4ba617342e7035fbefee95a.zip
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.
Notes
Notes: svn path=/head/; revision=21188
Diffstat (limited to 'x11/aterm')
-rw-r--r--x11/aterm/Makefile3
-rw-r--r--x11/aterm/pkg-plist1
2 files changed, 4 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>
diff --git a/x11/aterm/pkg-plist b/x11/aterm/pkg-plist
index 6a4f1420cad3..90bdc5edbd92 100644
--- a/x11/aterm/pkg-plist
+++ b/x11/aterm/pkg-plist
@@ -1 +1,2 @@
bin/aterm
+@exec chmod 4711 %D/bin/aterm