svn commit: r332216 - head/www/bozohttpd

Baptiste Daroussin bapt at FreeBSD.org
Thu Oct 31 08:50:52 UTC 2013


Author: bapt
Date: Thu Oct 31 08:50:51 2013
New Revision: 332216
URL: http://svnweb.freebsd.org/changeset/ports/332216

Log:
  Allow packaging as a user

Modified:
  head/www/bozohttpd/Makefile

Modified: head/www/bozohttpd/Makefile
==============================================================================
--- head/www/bozohttpd/Makefile	Thu Oct 31 08:11:30 2013	(r332215)
+++ head/www/bozohttpd/Makefile	Thu Oct 31 08:50:51 2013	(r332216)
@@ -14,12 +14,13 @@ LICENSE=	BSD
 
 USE_BZIP2=	YES
 USE_RC_SUBR=	bozohttpd
-NEED_ROOT=	yes
 
 #options handling
 OPTIONS_DEFINE=		HTPASSWD SSL CGI
 OPTIONS_DEFAULT=	SSL CGI
 
+USES=		uidfix
+
 HTPASSWD_DESC=		Enable htpassword support
 SSL_DESC=		Enable SSL support
 CGI_DESC=		Enable CGI support


More information about the svn-ports-head mailing list