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/libxml++26-reference | |
| parent | 439521b0bc1cdf6b8a9e4de9a5f23c7105bd82b9 (diff) | |
Notes
Diffstat (limited to 'textproc/libxml++26-reference')
| -rw-r--r-- | textproc/libxml++26-reference/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/textproc/libxml++26-reference/Makefile b/textproc/libxml++26-reference/Makefile index 03ee947743db..02051c50b95e 100644 --- a/textproc/libxml++26-reference/Makefile +++ b/textproc/libxml++26-reference/Makefile @@ -12,10 +12,7 @@ GNU_CONFIGURE= yes DOCSDIR= ${PREFIX}/share/doc/libxml++-2.6 -NO_STAGE= yes do-install: -.if !defined(NOPORTDOCS) - @cd ${WRKSRC} && ${GMAKE} install-data-local install-dist_referenceDATA -.endif + @cd ${WRKSRC} && ${GMAKE} ${MAKE_ARGS} install-data-local install-dist_referenceDATA .include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk" |
