diff options
Diffstat (limited to 'www/perlbal/Makefile')
-rw-r--r-- | www/perlbal/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/perlbal/Makefile b/www/perlbal/Makefile index 76038e353324..0aade659f8a0 100644 --- a/www/perlbal/Makefile +++ b/www/perlbal/Makefile @@ -68,7 +68,7 @@ post-patch: .ifndef NOPORTDOCS post-install: - ${MKDIR} ${DOCSDIR} + @${MKDIR} ${DOCSDIR} ${CP} -R ${WRKSRC}/doc/ ${DOCSDIR} .endif |