summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shells/p5-Term-ShellUI/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/shells/p5-Term-ShellUI/Makefile b/shells/p5-Term-ShellUI/Makefile
index 2dc0725caed8..7adb59d17a3b 100644
--- a/shells/p5-Term-ShellUI/Makefile
+++ b/shells/p5-Term-ShellUI/Makefile
@@ -17,12 +17,11 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
+OPTIONS_DEFINE= EXAMPLES
+
post-install:
-.if !defined(NOPORTEXAMPLES)
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
- @${ECHO_MSG} "===> Installing examples for ${PKGNAME}"
(cd ${WRKSRC}/examples/ && ${INSTALL_SCRIPT} \
fileman-example synopsis synopsis-big tui-sample ${STAGEDIR}${EXAMPLESDIR})
-.endif
.include <bsd.port.mk>