diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-04-04 20:33:52 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-04-04 20:33:52 +0000 |
commit | 1716fb0a977b21e3cf9e2b2cec76663e21e7db15 (patch) | |
tree | 5eb40c7027dabed00542bc0a0797cecc433df47b /textproc/libxml2-reference | |
parent | 7e3a74abcb73bb01eabfdec0c38dbb9dd30b8edb (diff) |
Notes
Diffstat (limited to 'textproc/libxml2-reference')
-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) |