Fix for world-writable.
Submitted by: Kris Kennaway <kris@FreeBSD.org>
This commit is contained in:
parent
a49110e9e1
commit
fcf1d194ca
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31985
@ -19,4 +19,11 @@ USE_IMAKE= yes
|
||||
WRKSRC= ${WRKDIR}/Xev111
|
||||
ALL_TARGET= xbat
|
||||
|
||||
post-install:
|
||||
${CHOWN} root:games ${PREFIX}/bin/xbat
|
||||
${CHMOD} 2755 ${PREFIX}/bin/xbat
|
||||
${CHOWN} -R root:games ${PREFIX}/lib/X11/Xbat/Score/
|
||||
${CHMOD} 664 ${PREFIX}/lib/X11/Xbat/Score/*
|
||||
${CHMOD} 755 ${PREFIX}/lib/X11/Xbat/Score/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user