diff options
author | marcus <marcus@FreeBSD.org> | 2009-04-05 04:33:52 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2009-04-05 04:33:52 +0800 |
commit | 4b1442047774a4c105e13614c95365bbfe593e50 (patch) | |
tree | 8a50c380d017a009815a94a58bb31342a8e05dca /textproc | |
parent | 534ea11053bfab1fdcfe5a7544a808e14e120ddd (diff) | |
download | freebsd-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/Makefile | 2 |
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) |