From 26b944d786ec3a26c4ba617342e7035fbefee95a Mon Sep 17 00:00:00 2001 From: Chris Piazza Date: Thu, 2 Sep 1999 03:23:54 +0000 Subject: chmod these programs 4711 (like xterm) to make utmp/wtmp support actually work. Requested by: Joseph Scott and two other people whose mail I lost. --- x11/wterm/Makefile | 3 +++ x11/wterm/pkg-plist | 1 + 2 files changed, 4 insertions(+) (limited to 'x11/wterm') 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 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 -- cgit v1.2.3