aboutsummaryrefslogtreecommitdiff
path: root/www/p5-WWW-Mechanize
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2013-10-22 16:57:44 +0000
committerMathieu Arnold <mat@FreeBSD.org>2013-10-22 16:57:44 +0000
commitce89a80f592c444ebcf41ccf6b2d7951c75a7e3b (patch)
tree2ed4c76f0deb869ff88ddc33cb7fe84640602aa9 /www/p5-WWW-Mechanize
parentb7dc0097d8f16ceafe2ef576019b9ae276e9c6ef (diff)
downloadports-ce89a80f592c444ebcf41ccf6b2d7951c75a7e3b.tar.gz
ports-ce89a80f592c444ebcf41ccf6b2d7951c75a7e3b.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@
Notes
Notes: svn path=/head/; revision=331301
Diffstat (limited to 'www/p5-WWW-Mechanize')
-rw-r--r--www/p5-WWW-Mechanize/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-WWW-Mechanize/Makefile b/www/p5-WWW-Mechanize/Makefile
index 1f1a2dd061d7..a54ed891146d 100644
--- a/www/p5-WWW-Mechanize/Makefile
+++ b/www/p5-WWW-Mechanize/Makefile
@@ -45,9 +45,9 @@ PORTDOCS= ${DOCS:T}
NO_STAGE= yes
post-install:
.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}/
+ @${MKDIR} ${DOCSDIR}/
cd ${WRKSRC}/ && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}/
- ${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
+ @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
.endif
.include <bsd.port.mk>