diff options
Diffstat (limited to 'news')
-rw-r--r-- | news/brag/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/news/brag/Makefile b/news/brag/Makefile index 8577a403225a..19a44004281d 100644 --- a/news/brag/Makefile +++ b/news/brag/Makefile @@ -27,7 +27,7 @@ post-patch: do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 - ${MKDIR} ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor |