1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

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.
This commit is contained in:
Chris Piazza 1999-09-02 03:23:54 +00:00
parent 181cde1f81
commit 26b944d786
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21188
10 changed files with 20 additions and 0 deletions

View File

@ -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>

View File

@ -1 +1,2 @@
bin/aterm
@exec chmod 4711 %D/bin/aterm

View File

@ -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>

View File

@ -1 +1,2 @@
bin/rxvt
@exec chmod 4711 %D/bin/rxvt

View File

@ -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>

View File

@ -1 +1,2 @@
bin/rxvt
@exec chmod 4711 %D/bin/rxvt

View File

@ -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>

View File

@ -1 +1,2 @@
bin/rxvt
@exec chmod 4711 %D/bin/rxvt

View File

@ -25,4 +25,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
MAN1= wterm.1
post-install:
@${CHMOD} 4711 ${PREFIX}/bin/wterm
.include <bsd.port.mk>

View File

@ -1 +1,2 @@
bin/wterm
@exec chmod 4711 %D/bin/wterm