svn commit: r500120 - in head/x11-wm: . cage

Mathieu Arnold mat at FreeBSD.org
Tue Apr 30 12:52:08 UTC 2019


On Fri, Apr 26, 2019 at 05:36:19PM +0000, Jan Beich wrote:
> +PLIST_FILES=	"${MAYBE_SUID}bin/${PORTNAME}"
> +
> +SUID_VARS=	MAYBE_SUID="@(,,4755) "
> +

This would be a less obfuscated way to write it:

SUID_PLIST_FILES=	"@(,,4755) bin/${PORTNAME}"
SUID_PLIST_FILES_OFF=	bin/${PORTNAME}

-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20190430/eb645a8b/attachment.sig>


More information about the svn-ports-all mailing list