diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-03-18 05:07:27 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-03-18 05:07:27 +0000 |
commit | f681514ee966a6d9ea2a3c8dff919d11de7cba1d (patch) | |
tree | c5710893394ff940da575a312ca2ac8e54d85c25 /textproc/libxml2-reference | |
parent | 1abfd97f9885466d5f69babbe80b6b9cebbe4e22 (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 97152ce6a86b..799197549ba8 100644 --- a/textproc/libxml2-reference/Makefile +++ b/textproc/libxml2-reference/Makefile @@ -18,8 +18,10 @@ PLIST_FILES= ${EXAMPLES:S|^|%%EXAMPLESDIR%%/|} PLIST_DIRS= %%EXAMPLESDIR%% do-install: +.if !defined(NOPORTDOCS) .for d in . doc doc/devhelp doc/examples @cd ${PARENT_WRKSRC}/${d} && ${GMAKE} install-data-local .endfor +.endif .include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk" |