diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2013-10-22 16:57:44 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2013-10-22 16:57:44 +0000 |
commit | ce89a80f592c444ebcf41ccf6b2d7951c75a7e3b (patch) | |
tree | 2ed4c76f0deb869ff88ddc33cb7fe84640602aa9 /textproc/p5-HTML-Tidy | |
parent | b7dc0097d8f16ceafe2ef576019b9ae276e9c6ef (diff) | |
download | ports-ce89a80f592c444ebcf41ccf6b2d7951c75a7e3b.tar.gz ports-ce89a80f592c444ebcf41ccf6b2d7951c75a7e3b.zip |
Notes
Diffstat (limited to 'textproc/p5-HTML-Tidy')
-rw-r--r-- | textproc/p5-HTML-Tidy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/p5-HTML-Tidy/Makefile b/textproc/p5-HTML-Tidy/Makefile index aec8a073ce45..85b503899b47 100644 --- a/textproc/p5-HTML-Tidy/Makefile +++ b/textproc/p5-HTML-Tidy/Makefile @@ -28,7 +28,7 @@ post-patch: post-install: .if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${STAGEDIR}${DOCSDIR}/ + @${MKDIR} ${STAGEDIR}${DOCSDIR}/ cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif |