aboutsummaryrefslogtreecommitdiff
path: root/shells/p5-Term-ShellUI
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 /shells/p5-Term-ShellUI
parent4a5323a0ff234534ebccba59d01996ac41ba379d (diff)
Notes
Diffstat (limited to 'shells/p5-Term-ShellUI')
-rw-r--r--shells/p5-Term-ShellUI/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/shells/p5-Term-ShellUI/Makefile b/shells/p5-Term-ShellUI/Makefile
index db390e47a40a..2dc0725caed8 100644
--- a/shells/p5-Term-ShellUI/Makefile
+++ b/shells/p5-Term-ShellUI/Makefile
@@ -19,10 +19,10 @@ USE_PERL5= configure
post-install:
.if !defined(NOPORTEXAMPLES)
- @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/
+ @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
@${ECHO_MSG} "===> Installing examples for ${PKGNAME}"
- cd ${WRKSRC}/examples/ && ${INSTALL_SCRIPT} \
- fileman-example synopsis synopsis-big tui-sample ${STAGEDIR}${EXAMPLESDIR}/
+ (cd ${WRKSRC}/examples/ && ${INSTALL_SCRIPT} \
+ fileman-example synopsis synopsis-big tui-sample ${STAGEDIR}${EXAMPLESDIR})
.endif
.include <bsd.port.mk>