svn commit: r544557 - head/sysutils/seatd

Jan Beich jbeich at FreeBSD.org
Sun Aug 9 09:39:42 UTC 2020


Author: jbeich
Date: Sun Aug  9 09:39:41 2020
New Revision: 544557
URL: https://svnweb.freebsd.org/changeset/ports/544557

Log:
  sysutils/seatd: move MESON_ARGS before PLIST_FILES
  
  MESON_ARGS is part of configure while PLIST_FILES is part of install phase.

Modified:
  head/sysutils/seatd/Makefile   (contents, props changed)

Modified: head/sysutils/seatd/Makefile
==============================================================================
--- head/sysutils/seatd/Makefile	Sun Aug  9 09:36:28 2020	(r544556)
+++ head/sysutils/seatd/Makefile	Sun Aug  9 09:39:41 2020	(r544557)
@@ -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


More information about the svn-ports-all mailing list