aboutsummaryrefslogtreecommitdiffstats
path: root/x11/wterm
diff options
context:
space:
mode:
authorcpiazza <cpiazza@FreeBSD.org>1999-09-02 11:23:54 +0800
committercpiazza <cpiazza@FreeBSD.org>1999-09-02 11:23:54 +0800
commitc3e145cdee8c4c306a965c48513a6b2e32d5ffb7 (patch)
tree8f72652dc1a8a7d3c2ae0f4bfffc3e8d936479a6 /x11/wterm
parentb559aceb2cbf40aa8c6e5da0c8ba24c7a755e3b4 (diff)
downloadfreebsd-ports-gnome-c3e145cdee8c4c306a965c48513a6b2e32d5ffb7.tar.gz
freebsd-ports-gnome-c3e145cdee8c4c306a965c48513a6b2e32d5ffb7.tar.zst
freebsd-ports-gnome-c3e145cdee8c4c306a965c48513a6b2e32d5ffb7.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.
Diffstat (limited to 'x11/wterm')
-rw-r--r--x11/wterm/Makefile3
-rw-r--r--x11/wterm/pkg-plist1
2 files changed, 4 insertions, 0 deletions
diff --git a/x11/wterm/Makefile b/x11/wterm/Makefile
index 6a9f78311a09..e7516a83b04a 100644
--- a/x11/wterm/Makefile
+++ b/x11/wterm/Makefile
@@ -25,4 +25,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
MAN1= wterm.1
+post-install:
+ @${CHMOD} 4711 ${PREFIX}/bin/wterm
+
.include <bsd.port.mk>
diff --git a/x11/wterm/pkg-plist b/x11/wterm/pkg-plist
index b3b338866352..38c1e148b447 100644
--- a/x11/wterm/pkg-plist
+++ b/x11/wterm/pkg-plist
@@ -1 +1,2 @@
bin/wterm
+@exec chmod 4711 %D/bin/wterm