Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Sep 2014 19:21:10 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367681 - head/sysutils/xcpustate
Message-ID:  <201409081921.s88JLA8j044752@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Sep  8 19:21:09 2014
New Revision: 367681
URL: http://svnweb.freebsd.org/changeset/ports/367681
QAT: https://qat.redports.org/buildarchive/r367681/

Log:
  Allow staging as a regular user

Modified:
  head/sysutils/xcpustate/Makefile

Modified: head/sysutils/xcpustate/Makefile
==============================================================================
--- head/sysutils/xcpustate/Makefile	Mon Sep  8 19:19:16 2014	(r367680)
+++ head/sysutils/xcpustate/Makefile	Mon Sep  8 19:21:09 2014	(r367681)
@@ -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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409081921.s88JLA8j044752>