aboutsummaryrefslogtreecommitdiff
path: root/sysutils/xcpustate
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-09-08 19:21:09 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-09-08 19:21:09 +0000
commitf00b1731043f35b83285e5213f2da67c1a75a3da (patch)
tree31a4cfd28728da9ca2191587a43d830c0bb78cee /sysutils/xcpustate
parent1f3eb68eb75c602bdbac82119ca40398d6584722 (diff)
downloadports-f00b1731043f35b83285e5213f2da67c1a75a3da.tar.gz
ports-f00b1731043f35b83285e5213f2da67c1a75a3da.zip
Allow staging as a regular user
Notes
Notes: svn path=/head/; revision=367681
Diffstat (limited to 'sysutils/xcpustate')
-rw-r--r--sysutils/xcpustate/Makefile5
1 files changed, 4 insertions, 1 deletions
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 <bsd.port.mk>