1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

NOPORTEXAMPLES :(

This commit is contained in:
Adam Weinberger 2014-06-19 23:57:32 +00:00
parent d7e00649a3
commit 540107d688
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358477

View File

@ -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>