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 /devel/p5-Pod-Coverage/Makefile | |
parent | b7dc0097d8f16ceafe2ef576019b9ae276e9c6ef (diff) | |
download | ports-ce89a80f592c444ebcf41ccf6b2d7951c75a7e3b.tar.gz ports-ce89a80f592c444ebcf41ccf6b2d7951c75a7e3b.zip |
Notes
Diffstat (limited to 'devel/p5-Pod-Coverage/Makefile')
-rw-r--r-- | devel/p5-Pod-Coverage/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/p5-Pod-Coverage/Makefile b/devel/p5-Pod-Coverage/Makefile index 17913a09f9ab..5a6b5399f875 100644 --- a/devel/p5-Pod-Coverage/Makefile +++ b/devel/p5-Pod-Coverage/Makefile @@ -29,14 +29,14 @@ PORTEXAMPLES= check_installed script-covered NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR}/ + @${MKDIR} ${DOCSDIR}/ ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}/ - ${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." + @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif .if !defined(NOPORTEXAMPLES) - ${MKDIR} ${EXAMPLESDIR}/ + @${MKDIR} ${EXAMPLESDIR}/ ${INSTALL_DATA} ${PORTEXAMPLES:S|^|${WRKSRC}/examples/|} ${EXAMPLESDIR}/ - ${ECHO_MSG} "===> Examples installed in ${EXAMPLESDIR}." + @${ECHO_MSG} "===> Examples installed in ${EXAMPLESDIR}." .endif .include <bsd.port.mk> |