svn commit: r368516 - in head/net-mgmt/ipv6mon: . files

Antoine Brodin antoine at FreeBSD.org
Thu Sep 18 19:57:39 UTC 2014


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>


More information about the svn-ports-head mailing list