diff options
author | mat <mat@FreeBSD.org> | 2013-10-23 00:57:44 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2013-10-23 00:57:44 +0800 |
commit | 5b0861254115b1fb7a4bd36253c7b14c33eec687 (patch) | |
tree | 2ed4c76f0deb869ff88ddc33cb7fe84640602aa9 /databases/p5-DBI | |
parent | 2ccfacad99afb28356990ca8c04e660979242d1d (diff) | |
download | freebsd-ports-gnome-5b0861254115b1fb7a4bd36253c7b14c33eec687.tar.gz freebsd-ports-gnome-5b0861254115b1fb7a4bd36253c7b14c33eec687.tar.zst freebsd-ports-gnome-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 'databases/p5-DBI')
-rw-r--r-- | databases/p5-DBI/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/p5-DBI/Makefile b/databases/p5-DBI/Makefile index ce01f5d9bda6..c4a21079cd6f 100644 --- a/databases/p5-DBI/Makefile +++ b/databases/p5-DBI/Makefile @@ -83,7 +83,7 @@ RUN_DEPENDS+= p5-PlRPC>=0.2001:${PORTSDIR}/net/p5-PlRPC post-install: .if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR}/ + @${MKDIR} ${DOCSDIR}/ cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/ @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif |