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 /math/p5-Math-Currency | |
parent | b7dc0097d8f16ceafe2ef576019b9ae276e9c6ef (diff) |
Notes
Diffstat (limited to 'math/p5-Math-Currency')
-rw-r--r-- | math/p5-Math-Currency/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/p5-Math-Currency/Makefile b/math/p5-Math-Currency/Makefile index 9f324d7a2078..7ebe456eaee4 100644 --- a/math/p5-Math-Currency/Makefile +++ b/math/p5-Math-Currency/Makefile @@ -24,7 +24,7 @@ PORTDOCS= Changes post-install: @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif |