aboutsummaryrefslogtreecommitdiffstats
path: root/audio/raproxy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/raproxy/Makefile')
-rw-r--r--audio/raproxy/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/raproxy/Makefile b/audio/raproxy/Makefile
index b2dec9e97784..7c6f787d10dc 100644
--- a/audio/raproxy/Makefile
+++ b/audio/raproxy/Makefile
@@ -27,10 +27,10 @@ do-install:
${INSTALL_MAN} ${WRKSRC}/raproxy.man ${PREFIX}/man/man8/raproxy.8
.if !defined(NOPORTDOCS)
- -${MKDIR} ${PREFIX}/share/doc/raproxy
- ${INSTALL_DATA} ${WRKSRC}/*.html ${WRKSRC}/*.pdf \
+ @${MKDIR} ${PREFIX}/share/doc/raproxy
+ @${INSTALL_DATA} ${WRKSRC}/*.html ${WRKSRC}/*.pdf \
${PREFIX}/share/doc/raproxy
.endif
- -cat ${PKGMESSAGE}
+ @${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>