Fix the NOPORTEXAMPLES case.

Reported by:	QAT
This commit is contained in:
Joe Marcus Clarke 2009-04-04 20:33:52 +00:00
parent 7e3a74abcb
commit 1716fb0a97
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231615

View file

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