svn commit: r367529 - head/www/http_get

Antoine Brodin antoine at FreeBSD.org
Sun Sep 7 12:09:36 UTC 2014


Author: antoine
Date: Sun Sep  7 12:09:35 2014
New Revision: 367529
URL: http://svnweb.freebsd.org/changeset/ports/367529
QAT: https://qat.redports.org/buildarchive/r367529/

Log:
  Allow staging as a regular user

Modified:
  head/www/http_get/Makefile

Modified: head/www/http_get/Makefile
==============================================================================
--- head/www/http_get/Makefile	Sun Sep  7 12:03:48 2014	(r367528)
+++ head/www/http_get/Makefile	Sun Sep  7 12:09:35 2014	(r367529)
@@ -11,6 +11,7 @@ MAINTAINER=	masaki at club.kyutech.ac.jp
 COMMENT=	Dump http-contents to stdout
 
 WRKSRC=		${WRKDIR}/http_get
+USES=		uidfix
 MAKEFILE=	${FILESDIR}/Makefile.bsd
 
 PLIST_FILES=	bin/http_get \


More information about the svn-ports-head mailing list