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/wterm | |
parent | 181cde1f812091716a341b10c1f01a4e5510f721 (diff) | |
download | ports-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/wterm')
-rw-r--r-- | x11/wterm/Makefile | 3 | ||||
-rw-r--r-- | x11/wterm/pkg-plist | 1 |
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 |