diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-09 18:41:16 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-09 18:41:16 +0000 |
commit | a8dfb6bee80d34f7003cfb5d90c891d2c9b6dd37 (patch) | |
tree | 58789dfc1b51a32d455eefe76c701b7c4ca79ff3 /textproc/libxml2-reference | |
parent | 439521b0bc1cdf6b8a9e4de9a5f23c7105bd82b9 (diff) | |
download | ports-a8dfb6bee80d34f7003cfb5d90c891d2c9b6dd37.tar.gz ports-a8dfb6bee80d34f7003cfb5d90c891d2c9b6dd37.zip |
Notes
Diffstat (limited to 'textproc/libxml2-reference')
-rw-r--r-- | textproc/libxml2-reference/Makefile | 7 |
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" |