aboutsummaryrefslogtreecommitdiff
path: root/textproc/libxml2-reference
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-05-24 09:09:36 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-05-24 09:09:36 +0000
commit82c057297c380a658c045da2dce7bd87ef9e37f6 (patch)
tree01376e5090a46d3e1c22cf278a4219d36b3fae75 /textproc/libxml2-reference
parent7025a805f2c63d93878037d9874756d554b2589d (diff)
Notes
Diffstat (limited to 'textproc/libxml2-reference')
-rw-r--r--textproc/libxml2-reference/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/libxml2-reference/Makefile b/textproc/libxml2-reference/Makefile
index 482d1217d93f..3ca1aead039a 100644
--- a/textproc/libxml2-reference/Makefile
+++ b/textproc/libxml2-reference/Makefile
@@ -8,6 +8,7 @@ BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/textproc/libxml2:configure
PARENT_WRKSRC!= cd ${.CURDIR}/../libxml2 && ${MAKE} -V WRKSRC
EXTRACT_ONLY=
USES= gmake
+MAKE_ARGS= DOC_MODULE=libxml2 EXAMPLES_DIR=${EXAMPLESDIR}
.if !defined(NOPORTEXAMPLES)
EXAMPLES= testHTML.c testSAX.c testXPath.c xmllint.c
@@ -16,7 +17,7 @@ PLIST_DIRS= %%EXAMPLESDIR%%
.endif
do-install:
-.for d in . doc doc/devhelp doc/examples
+.for d in . doc doc/examples
@cd ${PARENT_WRKSRC}/${d} && ${GMAKE} ${MAKE_ARGS} install-data-local
.endfor