Fix typo: s/WITHOUT_/NO/

This commit is contained in:
Alex Dupre 2010-06-12 10:30:11 +00:00
parent 1e8d7c0fa6
commit bdc6871d0c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=256442

View file

@ -97,12 +97,12 @@ post-patch:
${WRKSRC}/CMake/CompilersFlags.cmake
post-install:
.if !defined(WITHOUT_PORTDOCS)
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/../*.txt ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/../User_Manual.pdf ${DOCSDIR}
.endif
.if !defined(WITHOUT_PORTEXAMPLES)
.if !defined(NOPORTEXAMPLES)
@${MKDIR} ${EXAMPLESDIR}
@(cd ${WRKSRC}/../Samples; ${COPYTREE_SHARE} . ${EXAMPLESDIR})
.if defined(WITH_USB) && ${OSVERSION} >= 801000