Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Aug 2020 09:39:42 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r544557 - head/sysutils/seatd
Message-ID:  <202008090939.0799dgdi073111@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008090939.0799dgdi073111>