From 5b0861254115b1fb7a4bd36253c7b14c33eec687 Mon Sep 17 00:00:00 2001 From: mat Date: Tue, 22 Oct 2013 16:57:44 +0000 Subject: 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@ --- net/p5-POE-Component-Jabber/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net') diff --git a/net/p5-POE-Component-Jabber/Makefile b/net/p5-POE-Component-Jabber/Makefile index 285c0420b19c..78522438ce94 100644 --- a/net/p5-POE-Component-Jabber/Makefile +++ b/net/p5-POE-Component-Jabber/Makefile @@ -40,7 +40,7 @@ post-install: .ifndef(NOPORTEXAMPLES) @${ECHO_MSG} "===> Installing examples for ${PKGNAME}" @${MKDIR} ${EXAMPLESDIR}/ - @${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${EXAMPLESDIR}/ + ${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${EXAMPLESDIR}/ .endif .include -- cgit