summaryrefslogtreecommitdiff
path: root/news/husky-htick
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 /news/husky-htick
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
Notes
Notes: svn path=/head/; revision=359185
Diffstat (limited to 'news/husky-htick')
-rw-r--r--news/husky-htick/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/news/husky-htick/Makefile b/news/husky-htick/Makefile
index c447ca8c8d89..b956b44a8c9f 100644
--- a/news/husky-htick/Makefile
+++ b/news/husky-htick/Makefile
@@ -24,10 +24,10 @@ post-patch:
${WRKSRC}/man/htick.1
post-build:
- @cd ${WRKSRC}/doc && ${GMAKE} ${MAKE_ARGS} all
+ @cd ${WRKSRC}/doc && ${MAKE_CMD} ${MAKE_ARGS} all
post-install:
- @cd ${WRKSRC}/doc && ${GMAKE} ${MAKE_ARGS} install
+ @cd ${WRKSRC}/doc && ${MAKE_CMD} ${MAKE_ARGS} install
.include "${.CURDIR}/../husky-base/Makefile.inc"
.include <bsd.port.mk>