summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorGoran Mekić <meka@tilda.center>2024-09-09 00:18:24 +0200
committerRobert Clausecker <fuz@FreeBSD.org>2024-09-25 08:29:18 +0200
commit8fb5036e29897a730bdbe25b74d6e43e9dac2b19 (patch)
treec46a51d440f74d9366c24c1c7c92220c47f1f4dd /sysutils
parentwww/typo3-12: update to 12.4.20 (diff)
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
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/swtpm/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/sysutils/swtpm/Makefile b/sysutils/swtpm/Makefile
index e92d193388c4..fb7b13d2891c 100644
--- a/sysutils/swtpm/Makefile
+++ b/sysutils/swtpm/Makefile
@@ -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