Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Sep 2014 13:22:54 +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: r367432 - head/sysutils/wmcpuload
Message-ID:  <201409061322.s86DMsCK098891@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Sep  6 13:22:54 2014
New Revision: 367432
URL: http://svnweb.freebsd.org/changeset/ports/367432
QAT: https://qat.redports.org/buildarchive/r367432/

Log:
  Allow staging as a regular user

Modified:
  head/sysutils/wmcpuload/Makefile

Modified: head/sysutils/wmcpuload/Makefile
==============================================================================
--- head/sysutils/wmcpuload/Makefile	Sat Sep  6 13:18:43 2014	(r367431)
+++ head/sysutils/wmcpuload/Makefile	Sat Sep  6 13:22:54 2014	(r367432)
@@ -15,16 +15,15 @@ USE_XORG=	xpm
 GNU_CONFIGURE=	yes
 
 PORTDOCS=	ChangeLog README
-PLIST_FILES=	bin/wmcpuload \
+PLIST_FILES=	"@(,kmem,2555) bin/wmcpuload" \
 		man/man1/wmcpuload.1.gz
 
 OPTIONS_DEFINE=	DOCS
 
-.include <bsd.port.options.mk>
-
 post-patch:
 	@${REINPLACE_CMD} -e '/^DEFS/s|-I\.\.$$|-I.. -I../libdockapp/|g ; \
 		 /^CFLAGS/s|-I../libdockapp/||g' ${WRKSRC}/src/Makefile.in
+	@${REINPLACE_CMD} '/SETGID_FLAGS=/d' ${WRKSRC}/configure
 
 post-install:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}



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