From 1716fb0a977b21e3cf9e2b2cec76663e21e7db15 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Sat, 4 Apr 2009 20:33:52 +0000 Subject: [PATCH] Fix the NOPORTEXAMPLES case. Reported by: QAT --- textproc/libxml2-reference/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/textproc/libxml2-reference/Makefile b/textproc/libxml2-reference/Makefile index 799197549ba8..e9d33566b3dd 100644 --- a/textproc/libxml2-reference/Makefile +++ b/textproc/libxml2-reference/Makefile @@ -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)