aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Module-Build
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2013-11-24 17:40:44 +0000
committerMathieu Arnold <mat@FreeBSD.org>2013-11-24 17:40:44 +0000
commitd77405fd6ddcab0d74954f84af513301be928298 (patch)
treef9d8301a9f6d3b115d6bf94c75a45e2ab5278877 /devel/p5-Module-Build
parent4a5323a0ff234534ebccba59d01996ac41ba379d (diff)
Notes
Diffstat (limited to 'devel/p5-Module-Build')
-rw-r--r--devel/p5-Module-Build/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Module-Build/Makefile b/devel/p5-Module-Build/Makefile
index 6c4134b734ea..8b6d3f4a8f14 100644
--- a/devel/p5-Module-Build/Makefile
+++ b/devel/p5-Module-Build/Makefile
@@ -49,8 +49,8 @@ post-patch:
post-install:
.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${STAGEDIR}${DOCSDIR}/
- cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR})
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
.endif