mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
x11/swaylock: prepare to drop setuid bit on -CURRENT
This commit is contained in:
parent
3efc49fffd
commit
2a8fb21e7c
@ -19,12 +19,17 @@ USES= compiler:c11 gnome meson pkgconfig
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT?= swaywm
|
||||
USE_GNOME= cairo pango
|
||||
PLIST_FILES= "@(,,4755) bin/${PORTNAME}" \
|
||||
PLIST_FILES= bin/${PORTNAME} \
|
||||
etc/pam.d/${PORTNAME} \
|
||||
share/bash-completion/completions/${PORTNAME} \
|
||||
share/fish/vendor_completions.d/${PORTNAME}.fish \
|
||||
share/zsh/site-functions/_${PORTNAME}
|
||||
|
||||
# https://reviews.freebsd.org/D34321
|
||||
.if !exists(/usr/libexec/pam_unix-helper)
|
||||
PLIST_FILES:= "@(,,4755) "${PLIST_FILES}
|
||||
.endif
|
||||
|
||||
OPTIONS_DEFINE= MANPAGES PIXBUF
|
||||
OPTIONS_DEFAULT=MANPAGES PIXBUF
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user