summaryrefslogtreecommitdiff
path: root/textproc/libxslt-reference
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-06-25 05:35:31 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-06-25 05:35:31 +0000
commita33191366c083aad8ab7cd37d06db2d4790f3e39 (patch)
tree6379d84ceeca72bc6c80702dd60bd714b378b04a /textproc/libxslt-reference
parent- fix pkg-plist (diff)
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr
Diffstat (limited to 'textproc/libxslt-reference')
-rw-r--r--textproc/libxslt-reference/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/libxslt-reference/Makefile b/textproc/libxslt-reference/Makefile
index 0710dfcc37c1..61e569b7db82 100644
--- a/textproc/libxslt-reference/Makefile
+++ b/textproc/libxslt-reference/Makefile
@@ -10,6 +10,6 @@ EXTRACT_ONLY=
USES= gmake
do-install:
- @cd ${PARENT_WRKSRC}/doc && ${GMAKE} ${MAKE_ARGS} install-data-local
+ @cd ${PARENT_WRKSRC}/doc && ${MAKE_CMD} ${MAKE_ARGS} install-data-local
.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk"