summaryrefslogtreecommitdiff
path: root/x11/rxvt-unicode
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/rxvt-unicode
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.
Notes
Notes: svn path=/head/; revision=21188
Diffstat (limited to 'x11/rxvt-unicode')
-rw-r--r--x11/rxvt-unicode/Makefile3
-rw-r--r--x11/rxvt-unicode/pkg-plist1
2 files changed, 4 insertions, 0 deletions
diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile
index c59ef8a89ed9..5ba92a50762e 100644
--- a/x11/rxvt-unicode/Makefile
+++ b/x11/rxvt-unicode/Makefile
@@ -24,4 +24,7 @@ CONFIGURE_ARGS= --enable-utmp --enable-wtmp \
USE_BZIP2= yes
MAN1= rxvt.1
+post-install:
+ @${CHMOD} 4711 ${PREFIX}/bin/rxvt
+
.include <bsd.port.mk>
diff --git a/x11/rxvt-unicode/pkg-plist b/x11/rxvt-unicode/pkg-plist
index 45ab4ea65bfd..70345b25d6d2 100644
--- a/x11/rxvt-unicode/pkg-plist
+++ b/x11/rxvt-unicode/pkg-plist
@@ -1 +1,2 @@
bin/rxvt
+@exec chmod 4711 %D/bin/rxvt