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 /shells/p5-Term-ShellUI | |
parent | b7dc0097d8f16ceafe2ef576019b9ae276e9c6ef (diff) |
Notes
Diffstat (limited to 'shells/p5-Term-ShellUI')
-rw-r--r-- | shells/p5-Term-ShellUI/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/p5-Term-ShellUI/Makefile b/shells/p5-Term-ShellUI/Makefile index 656ef6161d45..a13bd15ec12c 100644 --- a/shells/p5-Term-ShellUI/Makefile +++ b/shells/p5-Term-ShellUI/Makefile @@ -23,8 +23,8 @@ MAN3= Term::ShellUI.3 \ NO_STAGE= yes post-install: .if !defined(NOPORTEXAMPLES) - ${MKDIR} ${EXAMPLESDIR}/ - ${ECHO_MSG} "===> Installing examples for ${PKGNAME}" + @${MKDIR} ${EXAMPLESDIR}/ + @${ECHO_MSG} "===> Installing examples for ${PKGNAME}" cd ${WRKSRC}/examples/ && ${INSTALL_SCRIPT} \ fileman-example synopsis synopsis-big tui-sample ${EXAMPLESDIR}/ .endif |