aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/libxslt-reference
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2009-03-18 13:07:27 +0800
committermarcus <marcus@FreeBSD.org>2009-03-18 13:07:27 +0800
commitf205b695efa851cd53972dc83808ba60a1317ca8 (patch)
treea56a3587c1df3fde044b03f7c6870804e0120ba2 /textproc/libxslt-reference
parent6db211eb114b11935c81dbce1ad7bf091a6003d7 (diff)
downloadfreebsd-ports-gnome-f205b695efa851cd53972dc83808ba60a1317ca8.tar.gz
freebsd-ports-gnome-f205b695efa851cd53972dc83808ba60a1317ca8.tar.zst
freebsd-ports-gnome-f205b695efa851cd53972dc83808ba60a1317ca8.zip
Attempt to fix the NOPORTDOCS case.
Reported by: QAT
Diffstat (limited to 'textproc/libxslt-reference')
-rw-r--r--textproc/libxslt-reference/Makefile2
1 files changed, 2 insertions, 0 deletions
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"