Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Nov 2014 20:26:41 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r373687 - head/net/bsdec2-image-upload
Message-ID:  <201411302026.sAUKQfFr066927@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Nov 30 20:26:41 2014
New Revision: 373687
URL: https://svnweb.freebsd.org/changeset/ports/373687
QAT: https://qat.redports.org/buildarchive/r373687/

Log:
  Allow staging as a regular user

Modified:
  head/net/bsdec2-image-upload/Makefile

Modified: head/net/bsdec2-image-upload/Makefile
==============================================================================
--- head/net/bsdec2-image-upload/Makefile	Sun Nov 30 20:09:12 2014	(r373686)
+++ head/net/bsdec2-image-upload/Makefile	Sun Nov 30 20:26:41 2014	(r373687)
@@ -13,7 +13,7 @@ LICENSE_FILE=	${WRKSRC}/COPYRIGHT
 
 RUN_DEPENDS=	${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss
 
-USES=		tar:tgz
+USES=		tar:tgz uidfix
 
 # Install into ${STAGEDIR}${PREFIX}; but the build respects ${DESTDIR} so
 # all we need to give is the ${PREFIX}/bin part.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411302026.sAUKQfFr066927>