Fix typo: s/WITHOUT_/NO/
This commit is contained in:
parent
1e8d7c0fa6
commit
bdc6871d0c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=256442
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue