svn commit: r367432 - head/sysutils/wmcpuload

Antoine Brodin antoine at FreeBSD.org
Sat Sep 6 13:22:54 UTC 2014


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}


More information about the svn-ports-head mailing list