svn commit: r366245 - head/sysutils/unquote

Antoine Brodin antoine at FreeBSD.org
Tue Aug 26 18:44:50 UTC 2014


Author: antoine
Date: Tue Aug 26 18:44:50 2014
New Revision: 366245
URL: http://svnweb.freebsd.org/changeset/ports/366245
QAT: https://qat.redports.org/buildarchive/r366245/

Log:
  Allow staging as a regular user

Modified:
  head/sysutils/unquote/Makefile

Modified: head/sysutils/unquote/Makefile
==============================================================================
--- head/sysutils/unquote/Makefile	Tue Aug 26 18:41:40 2014	(r366244)
+++ head/sysutils/unquote/Makefile	Tue Aug 26 18:44:50 2014	(r366245)
@@ -10,6 +10,8 @@ DISTNAME=	${PORTNAME}-${PORTVERSION:S/.b
 MAINTAINER=	eadler at FreeBSD.org
 COMMENT=	Execute a command with safely quoted arguments
 
+USES=		uidfix
+
 PLIST_FILES=	bin/unquote man/man1/unquote.1.gz
 
 .if		!defined(NO_RELEASE)


More information about the svn-ports-head mailing list