From f00b1731043f35b83285e5213f2da67c1a75a3da Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Mon, 8 Sep 2014 19:21:09 +0000 Subject: [PATCH] Allow staging as a regular user --- sysutils/xcpustate/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sysutils/xcpustate/Makefile b/sysutils/xcpustate/Makefile index 46b45b6eee9c..36e03e058e55 100644 --- a/sysutils/xcpustate/Makefile +++ b/sysutils/xcpustate/Makefile @@ -20,6 +20,9 @@ NO_WRKSUBDIR= yes USES= imake USE_XORG= ice sm x11 xaw xext xmu xt -PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz +PLIST_FILES= "@(,kmem,2555) bin/${PORTNAME}" man/man1/${PORTNAME}.1.gz + +post-patch: + @${REINPLACE_CMD} 's/InstKmemFlags/InstBinFlags/' ${WRKSRC}/Imakefile .include