diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-03-18 22:26:57 +0800 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-03-18 22:26:57 +0800 |
commit | 50418f3429c458d9c665e20145ff04bf2b56c313 (patch) | |
tree | ffdf823f74a6103c3f4cbc16c1297de94f6eee89 /security/op | |
parent | 60aa3ad1bd4016e77a505cb9e1b0a5264739af44 (diff) | |
download | freebsd-ports-gnome-50418f3429c458d9c665e20145ff04bf2b56c313.tar.gz freebsd-ports-gnome-50418f3429c458d9c665e20145ff04bf2b56c313.tar.zst freebsd-ports-gnome-50418f3429c458d9c665e20145ff04bf2b56c313.zip |
Quiesce mkdir
Diffstat (limited to 'security/op')
-rw-r--r-- | security/op/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/op/Makefile b/security/op/Makefile index df039493ad5f..cf725bb61aee 100644 --- a/security/op/Makefile +++ b/security/op/Makefile @@ -13,7 +13,7 @@ COMMENT= Controlled privilege escalation tool GNU_CONFIGURE= yes post-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/etc/op.d + @${MKDIR} ${STAGEDIR}${PREFIX}/etc/op.d ${INSTALL_DATA} -m 0600 ${WRKSRC}/${PORTNAME}.conf \ ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf.sample |