svn commit: r332214 - head/net/dtcpclient

Baptiste Daroussin bapt at FreeBSD.org
Thu Oct 31 08:02:53 UTC 2013


Author: bapt
Date: Thu Oct 31 08:02:52 2013
New Revision: 332214
URL: http://svnweb.freebsd.org/changeset/ports/332214

Log:
  Fix packaging as a user
  
  With hat:	portmgr

Modified:
  head/net/dtcpclient/Makefile

Modified: head/net/dtcpclient/Makefile
==============================================================================
--- head/net/dtcpclient/Makefile	Thu Oct 31 08:01:57 2013	(r332213)
+++ head/net/dtcpclient/Makefile	Thu Oct 31 08:02:52 2013	(r332214)
@@ -12,7 +12,7 @@ COMMENT=	Dynamic Tunnel Configuration Pr
 
 LICENSE=	BSD
 
+USES=		uidfix
 USE_RC_SUBR=	dtcpclient
-NEED_ROOT=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list