mirror of https://git.FreeBSD.org/ports.git
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:
parent
990ea8f5e2
commit
8fb5036e29
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue