Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Sep 2014 19:57:39 +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: r368516 - in head/net-mgmt/ipv6mon: . files
Message-ID:  <201409181957.s8IJvdmB028686@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Thu Sep 18 19:57:38 2014
New Revision: 368516
URL: http://svnweb.freebsd.org/changeset/ports/368516
QAT: https://qat.redports.org/buildarchive/r368516/

Log:
  Allow staging as a regular user

Modified:
  head/net-mgmt/ipv6mon/Makefile
  head/net-mgmt/ipv6mon/files/Makefile

Modified: head/net-mgmt/ipv6mon/Makefile
==============================================================================
--- head/net-mgmt/ipv6mon/Makefile	Thu Sep 18 19:53:09 2014	(r368515)
+++ head/net-mgmt/ipv6mon/Makefile	Thu Sep 18 19:57:38 2014	(r368516)
@@ -12,6 +12,7 @@ COMMENT=	Tool for monitoring IPv6 addres
 
 LICENSE=	GPLv3
 
+USES=		uidfix
 CFLAGS+=	-DIPV6MON_CONF=\\\"${PREFIX}/etc/ipv6mon.conf\\\"
 USERS=		${PORTNAME}
 GROUPS=		${PORTNAME}

Modified: head/net-mgmt/ipv6mon/files/Makefile
==============================================================================
--- head/net-mgmt/ipv6mon/files/Makefile	Thu Sep 18 19:53:09 2014	(r368515)
+++ head/net-mgmt/ipv6mon/files/Makefile	Thu Sep 18 19:57:38 2014	(r368516)
@@ -14,6 +14,5 @@ MANDIR=		${PREFIX}/man/man
 
 MAN=	ipv6mon.8 ipv6mon.conf.5
 NO_MANCOMPRESS=
-WITH_INSTALL_AS_USER=yes
 
 .include <bsd.prog.mk>



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