diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-06-19 23:57:32 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-06-19 23:57:32 +0000 |
commit | 540107d6884dd036e72424c57c8e6a8b8da25151 (patch) | |
tree | 6f9a679cdec6098029dfd001d96fae0bc95ce2c4 /shells | |
parent | d7e00649a32f25d5c38c83bae29e6934bf6c7c81 (diff) | |
download | ports-540107d6884dd036e72424c57c8e6a8b8da25151.tar.gz ports-540107d6884dd036e72424c57c8e6a8b8da25151.zip |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/p5-Term-ShellUI/Makefile | 5 |
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> |