aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2009-03-18 13:07:27 +0800
committerJoe Marcus Clarke <marcus@FreeBSD.org>2009-03-18 13:07:27 +0800
commitf681514ee966a6d9ea2a3c8dff919d11de7cba1d (patch)
treec5710893394ff940da575a312ca2ac8e54d85c25 /textproc
parent1abfd97f9885466d5f69babbe80b6b9cebbe4e22 (diff)
downloadfreebsd-ports-gnome-f681514ee966a6d9ea2a3c8dff919d11de7cba1d.tar.gz
freebsd-ports-gnome-f681514ee966a6d9ea2a3c8dff919d11de7cba1d.tar.zst
freebsd-ports-gnome-f681514ee966a6d9ea2a3c8dff919d11de7cba1d.zip
Attempt to fix the NOPORTDOCS case.
Reported by: QAT
Diffstat (limited to 'textproc')
-rw-r--r--textproc/libxml2-reference/Makefile2
-rw-r--r--textproc/libxslt-reference/Makefile2
2 files changed, 4 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"
diff --git a/textproc/libxslt-reference/Makefile b/textproc/libxslt-reference/Makefile
index fddf67bce106..a5b472e8b8cd 100644
--- a/textproc/libxslt-reference/Makefile
+++ b/textproc/libxslt-reference/Makefile
@@ -14,6 +14,8 @@ EXTRACT_ONLY=
USE_GMAKE= yes
do-install:
+.if !defined(NOPORTDOCS)
@cd ${PARENT_WRKSRC}/doc && ${GMAKE} install-data-local
+.endif
.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk"