aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2009-04-05 04:33:52 +0800
committermarcus <marcus@FreeBSD.org>2009-04-05 04:33:52 +0800
commit4b1442047774a4c105e13614c95365bbfe593e50 (patch)
tree8a50c380d017a009815a94a58bb31342a8e05dca /textproc
parent534ea11053bfab1fdcfe5a7544a808e14e120ddd (diff)
downloadfreebsd-ports-gnome-4b1442047774a4c105e13614c95365bbfe593e50.tar.gz
freebsd-ports-gnome-4b1442047774a4c105e13614c95365bbfe593e50.tar.zst
freebsd-ports-gnome-4b1442047774a4c105e13614c95365bbfe593e50.zip
Fix the NOPORTEXAMPLES case.
Reported by: QAT
Diffstat (limited to 'textproc')
-rw-r--r--textproc/libxml2-reference/Makefile2
1 files changed, 2 insertions, 0 deletions
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)