aboutsummaryrefslogtreecommitdiff
path: root/news/tin
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/tin
parent4bde157247a8dd613e16048a7701a02ea240e8a9 (diff)
downloadports-a33191366c083aad8ab7cd37d06db2d4790f3e39.tar.gz
ports-a33191366c083aad8ab7cd37d06db2d4790f3e39.zip
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/tin')
-rw-r--r--news/tin/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/news/tin/Makefile b/news/tin/Makefile
index 146a7797f3c8..e1d8f6832cc3 100644
--- a/news/tin/Makefile
+++ b/news/tin/Makefile
@@ -63,7 +63,7 @@ CONFIGURE_ARGS+=--with-nntp-default-server=news \
${ICONV_CONFIGURE_ARG} \
--with-mime-default-charset=US-ASCII \
--enable-ipv6
-MAKE_ARGS+= MAKE=${GMAKE}
+MAKE_ARGS+= MAKE=${MAKE_CMD}
CFLAGS+= -DNNTP_SERVER_FILE=\\\"${PREFIX}/etc/nntpserver\\\"
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
@@ -88,7 +88,7 @@ post-patch:
${WRKSRC}/tools/tinurl_handler.pl
post-build:
- ${GMAKE} -C ${WRKSRC}/po
+ ${MAKE_CMD} -C ${WRKSRC}/po
post-install:
${INSTALL_DATA} ${WRKSRC}/doc/tin.defaults \