diff options
Diffstat (limited to 'devel/p5-DateTime/Makefile')
-rw-r--r-- | devel/p5-DateTime/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-DateTime/Makefile b/devel/p5-DateTime/Makefile index 5f7c535c6c62..0ee3acca85b6 100644 --- a/devel/p5-DateTime/Makefile +++ b/devel/p5-DateTime/Makefile @@ -36,7 +36,7 @@ NO_STAGE= yes post-install: .if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR}/ + @${MKDIR} ${DOCSDIR}/ ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}/ @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif |