svn commit: r365586 - head/net/arpdig

Antoine Brodin antoine at FreeBSD.org
Thu Aug 21 19:18:24 UTC 2014


Author: antoine
Date: Thu Aug 21 19:18:24 2014
New Revision: 365586
URL: http://svnweb.freebsd.org/changeset/ports/365586
QAT: https://qat.redports.org/buildarchive/r365586/

Log:
  Allow staging as a regular user

Modified:
  head/net/arpdig/Makefile

Modified: head/net/arpdig/Makefile
==============================================================================
--- head/net/arpdig/Makefile	Thu Aug 21 19:15:49 2014	(r365585)
+++ head/net/arpdig/Makefile	Thu Aug 21 19:18:24 2014	(r365586)
@@ -9,6 +9,8 @@ MASTER_SITES=	SF
 MAINTAINER=	marck at FreeBSD.org
 COMMENT=	ARP Digger utility
 
+USES=		uidfix
+
 PLIST_FILES=	bin/arpdig \
 		man/man1/arpdig.1.gz
 


More information about the svn-ports-all mailing list