1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

sysutils/seatd: move MESON_ARGS before PLIST_FILES

MESON_ARGS is part of configure while PLIST_FILES is part of install phase.
This commit is contained in:
Jan Beich 2020-08-09 09:39:41 +00:00
parent 3c575df39f
commit f97f7a46d9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=544557

View File

@ -15,11 +15,11 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
USES= compiler:c11 meson pkgconfig
USE_LDCONFIG= yes
USE_RC_SUBR= ${PORTNAME}
MESON_ARGS= -Dbuiltin=enabled # SUID fallback
PLIST_FILES= bin/${PORTNAME} \
include/libseat.h \
lib/libseat.so \
libdata/pkgconfig/libseat.pc
MESON_ARGS= -Dbuiltin=enabled # SUID fallback
OPTIONS_DEFINE= MANPAGES
OPTIONS_DEFAULT=MANPAGES