aboutsummaryrefslogtreecommitdiff
path: root/security/cops
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-09-12 15:56:05 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-09-12 15:56:05 +0000
commit9cddf72c149d32ff9713cb8c166dd01f1f99bf4d (patch)
treecdf4f2ba60ccca7476abceeee244a7bcac0b0410 /security/cops
parent0c0013235f6bb9cb283055d9979f4e9885f38b18 (diff)
downloadports-9cddf72c149d32ff9713cb8c166dd01f1f99bf4d.tar.gz
ports-9cddf72c149d32ff9713cb8c166dd01f1f99bf4d.zip
Allow staging as a regular user
Notes
Notes: svn path=/head/; revision=368033
Diffstat (limited to 'security/cops')
-rw-r--r--security/cops/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/security/cops/Makefile b/security/cops/Makefile
index 6166ee10a639..f7495af34348 100644
--- a/security/cops/Makefile
+++ b/security/cops/Makefile
@@ -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>