aboutsummaryrefslogtreecommitdiffstats
path: root/mail/p5-Log-Procmail
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2013-10-23 00:57:44 +0800
committermat <mat@FreeBSD.org>2013-10-23 00:57:44 +0800
commit5b0861254115b1fb7a4bd36253c7b14c33eec687 (patch)
tree2ed4c76f0deb869ff88ddc33cb7fe84640602aa9 /mail/p5-Log-Procmail
parent2ccfacad99afb28356990ca8c04e660979242d1d (diff)
downloadfreebsd-ports-graphics-5b0861254115b1fb7a4bd36253c7b14c33eec687.tar.gz
freebsd-ports-graphics-5b0861254115b1fb7a4bd36253c7b14c33eec687.tar.zst
freebsd-ports-graphics-5b0861254115b1fb7a4bd36253c7b14c33eec687.zip
Try and be consistent with what commands are silent and not in *install.
- MKDIR is silent - ECHO is silent - INSTALL_* are not silent - CP/FIND/... are not silent I fixed a few PORTDOCS misusage, I'll do a second pass. With Hat: perl@
Diffstat (limited to 'mail/p5-Log-Procmail')
-rw-r--r--mail/p5-Log-Procmail/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/p5-Log-Procmail/Makefile b/mail/p5-Log-Procmail/Makefile
index 7e57ba323e1..fa29287d1c5 100644
--- a/mail/p5-Log-Procmail/Makefile
+++ b/mail/p5-Log-Procmail/Makefile
@@ -22,7 +22,7 @@ PORTDOCS= Changes
post-install:
@${MKDIR} ${DOCSDIR}
- @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
+ ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
.endif