summaryrefslogtreecommitdiff
path: root/textproc/libxslt-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/libxslt-reference
parent- Update to version 1.11.0 [1] (diff)
- Stage support for all -reference ports
- Nuke NOPORTDOCS, those ports are already IGNOREd with NOPORTDOCS Approved by: kwm (maintainer)
Diffstat (limited to 'textproc/libxslt-reference')
-rw-r--r--textproc/libxslt-reference/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/textproc/libxslt-reference/Makefile b/textproc/libxslt-reference/Makefile
index 1f318e966b59..0710dfcc37c1 100644
--- a/textproc/libxslt-reference/Makefile
+++ b/textproc/libxslt-reference/Makefile
@@ -7,12 +7,9 @@ BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/textproc/libxslt:configure
PARENT_WRKSRC!= cd ${.CURDIR}/../libxslt && ${MAKE} -V WRKSRC
EXTRACT_ONLY=
-USE_GMAKE= yes
+USES= gmake
-NO_STAGE= yes
do-install:
-.if !defined(NOPORTDOCS)
- @cd ${PARENT_WRKSRC}/doc && ${GMAKE} install-data-local
-.endif
+ @cd ${PARENT_WRKSRC}/doc && ${GMAKE} ${MAKE_ARGS} install-data-local
.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk"