svn commit: r368033 - head/security/cops

Antoine Brodin antoine at FreeBSD.org
Fri Sep 12 15:56:06 UTC 2014


Author: antoine
Date: Fri Sep 12 15:56:05 2014
New Revision: 368033
URL: http://svnweb.freebsd.org/changeset/ports/368033
QAT: https://qat.redports.org/buildarchive/r368033/

Log:
  Allow staging as a regular user

Modified:
  head/security/cops/Makefile

Modified: head/security/cops/Makefile
==============================================================================
--- head/security/cops/Makefile	Fri Sep 12 15:47:54 2014	(r368032)
+++ head/security/cops/Makefile	Fri Sep 12 15:56:05 2014	(r368033)
@@ -37,7 +37,6 @@ do-install:
 	${MKDIR} ${STAGEDIR}${PREFIX}/cops
 	${TAR} -C ${WRKSRC} --exclude "*.old" -cf - . | \
 		${TAR} -C ${STAGEDIR}${PREFIX}/cops --unlink -xf -
-	${CHOWN} -R ${BINOWN}:${BINGRP} ${STAGEDIR}${PREFIX}/cops
 	${CHMOD} -R go-rwx ${STAGEDIR}${PREFIX}/cops
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list