Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Nov 2014 18:50:15 +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: r372027 - head/audio/denemo
Message-ID:  <201411011850.sA1IoFFJ078993@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Nov  1 18:50:15 2014
New Revision: 372027
URL: https://svnweb.freebsd.org/changeset/ports/372027
QAT: https://qat.redports.org/buildarchive/r372027/

Log:
  Allow staging as a regular user

Modified:
  head/audio/denemo/Makefile

Modified: head/audio/denemo/Makefile
==============================================================================
--- head/audio/denemo/Makefile	Sat Nov  1 18:32:57 2014	(r372026)
+++ head/audio/denemo/Makefile	Sat Nov  1 18:50:15 2014	(r372027)
@@ -67,8 +67,6 @@ post-install:
 .for i in actions templates
 	@(cd ${WRKSRC} && ${TAR} --exclude "*Makefile*" -cf - ${i}) | \
 		(cd ${STAGEDIR}${DATADIR} && ${TAR} --unlink -xf -)
-	@${FIND} ${STAGEDIR}${DATADIR}/${i} -print0 | \
-		${XARGS} -0 ${CHOWN} ${SHAREOWN}:${SHAREGRP}
 	@${FIND} ${STAGEDIR}${DATADIR}/${i} -type d -print0 | \
 		${XARGS} -0 ${CHMOD} a+rx
 	@${FIND} ${STAGEDIR}${DATADIR}/${i} -type f -print0 | \



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