mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Don't install the wrapper binary setgid wheel. Bump PORTREVISION.
This commit is contained in:
parent
dc65a5af1e
commit
b31b45d82b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79403
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= wrapper
|
PORTNAME= wrapper
|
||||||
PORTVERSION= 1.0
|
PORTVERSION= 1.0
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= x11
|
CATEGORIES= x11
|
||||||
|
|
||||||
MAINTAINER= trevor@FreeBSD.org
|
MAINTAINER= trevor@FreeBSD.org
|
||||||
|
|
|
@ -7,4 +7,4 @@ fi
|
||||||
[ -e ${PKG_PREFIX}/bin/X ] && mv ${PKG_PREFIX}/bin/X ${PKG_PREFIX}/bin/X.bck
|
[ -e ${PKG_PREFIX}/bin/X ] && mv ${PKG_PREFIX}/bin/X ${PKG_PREFIX}/bin/X.bck
|
||||||
ln -sf ${PKG_PREFIX}/bin/Xwrapper-4 ${PKG_PREFIX}/bin/X
|
ln -sf ${PKG_PREFIX}/bin/Xwrapper-4 ${PKG_PREFIX}/bin/X
|
||||||
[ -x ${PKG_PREFIX}/bin/XFree86 ] && chmod -s ${PKG_PREFIX}/bin/XFree86
|
[ -x ${PKG_PREFIX}/bin/XFree86 ] && chmod -s ${PKG_PREFIX}/bin/XFree86
|
||||||
chmod +s ${PKG_PREFIX}/bin/Xwrapper-4
|
chmod u+s ${PKG_PREFIX}/bin/Xwrapper-4
|
||||||
|
|
Loading…
Add table
Reference in a new issue