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

Remove NOPORTEXAMPLES.

This commit is contained in:
Adam Weinberger 2014-07-03 23:59:03 +00:00
parent 694152b3b3
commit b25b990078
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360489

View File

@ -19,11 +19,11 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
OPTIONS_DEFINE= EXAMPLES
post-install:
.ifndef(NOPORTEXAMPLES)
@${ECHO_MSG} "===> Installing examples for ${PKGNAME}"
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_SCRIPT} ${WRKSRC}/examples/*.pl ${STAGEDIR}${EXAMPLESDIR}
.endif
.include <bsd.port.mk>