aboutsummaryrefslogtreecommitdiff
path: root/textproc/libxml2-reference
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2013-12-09 18:41:16 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2013-12-09 18:41:16 +0000
commita8dfb6bee80d34f7003cfb5d90c891d2c9b6dd37 (patch)
tree58789dfc1b51a32d455eefe76c701b7c4ca79ff3 /textproc/libxml2-reference
parent439521b0bc1cdf6b8a9e4de9a5f23c7105bd82b9 (diff)
downloadports-a8dfb6bee80d34f7003cfb5d90c891d2c9b6dd37.tar.gz
ports-a8dfb6bee80d34f7003cfb5d90c891d2c9b6dd37.zip
Notes
Diffstat (limited to 'textproc/libxml2-reference')
-rw-r--r--textproc/libxml2-reference/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/textproc/libxml2-reference/Makefile b/textproc/libxml2-reference/Makefile
index d738084295d0..482d1217d93f 100644
--- a/textproc/libxml2-reference/Makefile
+++ b/textproc/libxml2-reference/Makefile
@@ -7,7 +7,7 @@ BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/textproc/libxml2:configure
PARENT_WRKSRC!= cd ${.CURDIR}/../libxml2 && ${MAKE} -V WRKSRC
EXTRACT_ONLY=
-USE_GMAKE= yes
+USES= gmake
.if !defined(NOPORTEXAMPLES)
EXAMPLES= testHTML.c testSAX.c testXPath.c xmllint.c
@@ -15,12 +15,9 @@ PLIST_FILES= ${EXAMPLES:S|^|%%EXAMPLESDIR%%/|}
PLIST_DIRS= %%EXAMPLESDIR%%
.endif
-NO_STAGE= yes
do-install:
-.if !defined(NOPORTDOCS)
.for d in . doc doc/devhelp doc/examples
- @cd ${PARENT_WRKSRC}/${d} && ${GMAKE} install-data-local
+ @cd ${PARENT_WRKSRC}/${d} && ${GMAKE} ${MAKE_ARGS} install-data-local
.endfor
-.endif
.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk"