Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Sep 2014 15:56:05 +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: r368033 - head/security/cops
Message-ID:  <201409121556.s8CFu5qj012061@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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