diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2021-04-18 22:03:53 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2021-04-18 23:34:26 +0000 |
commit | c4ec298dd77721c241a7cbf01329e327596aecbd (patch) | |
tree | 8a297172ad09f6bf2707d1092450055641ff66d3 | |
parent | 77e0086594e5c17a10c2820d5e4865302a49592c (diff) | |
download | ports-c4ec298dd77721c241a7cbf01329e327596aecbd.tar.gz ports-c4ec298dd77721c241a7cbf01329e327596aecbd.zip |
sysutils/seatd: alphabetically order SUID definition
-rw-r--r-- | sysutils/seatd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/seatd/Makefile b/sysutils/seatd/Makefile index 49d8885dbb9b..77d291750c6e 100644 --- a/sysutils/seatd/Makefile +++ b/sysutils/seatd/Makefile @@ -25,11 +25,11 @@ OPTIONS_DEFINE= MANPAGES SUID # XXX enable SUID after wlroots removes direct session OPTIONS_DEFAULT=MANPAGES -SUID_DESC= Fall back to builtin server when running as root -SUID_MESON_ENABLED= builtin - MANPAGES_BUILD_DEPENDS= scdoc:textproc/scdoc MANPAGES_MESON_ENABLED= man-pages MANPAGES_PLIST_FILES= man/man1/${PORTNAME}.1.gz +SUID_DESC= Fall back to builtin server when running as root +SUID_MESON_ENABLED= builtin + .include <bsd.port.mk> |