svn commit: r367681 - head/sysutils/xcpustate

Antoine Brodin antoine at FreeBSD.org
Mon Sep 8 19:21:10 UTC 2014


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>


More information about the svn-ports-head mailing list