sysutils/swtpm: Add _tss user/group and use them

PR:             281342
Approved by:    submitter is maintainer
Reported by:	Chad Jacob Milios <milios@ccsys.com>
Event:		EuroBSDcon 2024
MFH:		2024Q3
This commit is contained in:
Goran Mekić 2024-09-09 00:18:24 +02:00 committed by Robert Clausecker
parent 990ea8f5e2
commit 8fb5036e29
1 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,7 @@
PORTNAME= swtpm
DISTVERSIONPREFIX= v
DISTVERSION= 0.9.0
PORTREVISION= 1
CATEGORIES= sysutils
MAINTAINER= meka@tilda.center
@ -30,7 +31,11 @@ USE_GNOME= glib20
USE_LDCONFIG= yes
USE_RC_SUBR= ${PORTNAME}
GNU_CONFIGURE= yes
USERS= _tss
GROUPS= ${USERS}
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-tss-user=${USERS} \
--with-tss-group=${GROUPS}
INSTALL_TARGET= install-strip