Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Sep 2014 13:23:59 +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: r367433 - head/sysutils/wmupmon
Message-ID:  <201409061323.s86DNxim099117@svn.freebsd.org>

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

Log:
  Allow staging as a regular user

Modified:
  head/sysutils/wmupmon/Makefile

Modified: head/sysutils/wmupmon/Makefile
==============================================================================
--- head/sysutils/wmupmon/Makefile	Sat Sep  6 13:22:54 2014	(r367432)
+++ head/sysutils/wmupmon/Makefile	Sat Sep  6 13:23:59 2014	(r367433)
@@ -11,11 +11,15 @@ MASTER_SITES=	http://j-z-s.com/projects/
 MAINTAINER=	rhurlin@gwdg.de
 COMMENT=	Uptime showing dockapp with a similar look to wmcpuload
 
-USES=	tar:bzip2
+USES=		tar:bzip2
 USE_XORG=	xpm
 USE_AUTOTOOLS=	autoheader
 CONFIGURE_ARGS=	--program-prefix=""
 
-PLIST_FILES=	bin/wmupmon man/man1/wmupmon.1.gz
+PLIST_FILES=	"@(,kmem,2555) bin/wmupmon" man/man1/wmupmon.1.gz
+
+post-patch:
+	@${REINPLACE_CMD} '/SETGID_FLAGS=/d' ${WRKSRC}/configure.ac
+	@${TOUCH} -mr ${WRKSRC}/configure.ac.bak ${WRKSRC}/configure.ac
 
 .include <bsd.port.mk>



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