aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2021-04-18 22:03:53 +0000
committerJan Beich <jbeich@FreeBSD.org>2021-04-18 23:34:26 +0000
commitc4ec298dd77721c241a7cbf01329e327596aecbd (patch)
tree8a297172ad09f6bf2707d1092450055641ff66d3 /sysutils
parent77e0086594e5c17a10c2820d5e4865302a49592c (diff)
downloadports-c4ec298dd77721c241a7cbf01329e327596aecbd.tar.gz
ports-c4ec298dd77721c241a7cbf01329e327596aecbd.zip
sysutils/seatd: alphabetically order SUID definition
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/seatd/Makefile6
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>