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:
parent
181cde1f81
commit
26b944d786
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21188
@ -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>
|
||||
|
@ -1 +1,2 @@
|
||||
bin/aterm
|
||||
@exec chmod 4711 %D/bin/aterm
|
||||
|
@ -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>
|
||||
|
@ -1 +1,2 @@
|
||||
bin/rxvt
|
||||
@exec chmod 4711 %D/bin/rxvt
|
||||
|
@ -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>
|
||||
|
@ -1 +1,2 @@
|
||||
bin/rxvt
|
||||
@exec chmod 4711 %D/bin/rxvt
|
||||
|
@ -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>
|
||||
|
@ -1 +1,2 @@
|
||||
bin/rxvt
|
||||
@exec chmod 4711 %D/bin/rxvt
|
||||
|
@ -25,4 +25,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
|
||||
|
||||
MAN1= wterm.1
|
||||
|
||||
post-install:
|
||||
@${CHMOD} 4711 ${PREFIX}/bin/wterm
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1,2 @@
|
||||
bin/wterm
|
||||
@exec chmod 4711 %D/bin/wterm
|
||||
|
Loading…
Reference in New Issue
Block a user