Fix the NOPORTEXAMPLES case.
Reported by: QAT
This commit is contained in:
parent
7e3a74abcb
commit
1716fb0a97
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231615
1 changed files with 2 additions and 0 deletions
|
@ -13,9 +13,11 @@ PARENT_WRKSRC!= cd ${.CURDIR}/../libxml2 && ${MAKE} -V WRKSRC
|
|||
EXTRACT_ONLY=
|
||||
USE_GMAKE= yes
|
||||
|
||||
.if !defined(NOPORTEXAMPLES)
|
||||
EXAMPLES= testHTML.c testSAX.c testXPath.c xmllint.c
|
||||
PLIST_FILES= ${EXAMPLES:S|^|%%EXAMPLESDIR%%/|}
|
||||
PLIST_DIRS= %%EXAMPLESDIR%%
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
|
|
Loading…
Reference in a new issue