svn commit: r372027 - head/audio/denemo
Antoine Brodin
antoine at FreeBSD.org
Sat Nov 1 18:50:15 UTC 2014
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 | \
More information about the svn-ports-all
mailing list