aboutsummaryrefslogtreecommitdiffstats
path: root/shells/p5-Term-ShellUI
diff options
context:
space:
mode:
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>