diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-25 05:35:31 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-25 05:35:31 +0000 |
commit | a33191366c083aad8ab7cd37d06db2d4790f3e39 (patch) | |
tree | 6379d84ceeca72bc6c80702dd60bd714b378b04a /news/tin | |
parent | 4bde157247a8dd613e16048a7701a02ea240e8a9 (diff) | |
download | ports-a33191366c083aad8ab7cd37d06db2d4790f3e39.tar.gz ports-a33191366c083aad8ab7cd37d06db2d4790f3e39.zip |
Notes
Diffstat (limited to 'news/tin')
-rw-r--r-- | news/tin/Makefile | 4 |
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 \ |