svn commit: r332213 - head/net/dtcp

Baptiste Daroussin bapt at FreeBSD.org
Thu Oct 31 08:01:58 UTC 2013


Author: bapt
Date: Thu Oct 31 08:01:57 2013
New Revision: 332213
URL: http://svnweb.freebsd.org/changeset/ports/332213

Log:
  Fix packaging as a user
  
  With hat:	portmgr

Modified:
  head/net/dtcp/Makefile

Modified: head/net/dtcp/Makefile
==============================================================================
--- head/net/dtcp/Makefile	Thu Oct 31 07:55:37 2013	(r332212)
+++ head/net/dtcp/Makefile	Thu Oct 31 08:01:57 2013	(r332213)
@@ -16,9 +16,9 @@ LICENSE=	BSD
 RUN_DEPENDS=	qpopauth:${PORTSDIR}/mail/qpopper
 .endif
 
+USES=		uidfix
 USE_RC_SUBR=	dtcpc dtcps
 USE_RUBY=	yes
-NEED_ROOT=	yes
 MAKE_ENV+=	RUBY=${RUBY}
 
 SUB_LIST+=	RUBY=${RUBY}


More information about the svn-ports-all mailing list