diff options
author | grant <grant@pkgsrc.org> | 2004-01-24 14:50:05 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-01-24 14:50:05 +0000 |
commit | 6eab5759a33d34bb9a21b8e7178ad5374bbda089 (patch) | |
tree | c90baa35ff63b597274e6b68d99b6f5459d430a4 /news | |
parent | 57891cda0a771da389c93a6cf10948c39b8a99ce (diff) | |
download | pkgsrc-6eab5759a33d34bb9a21b8e7178ad5374bbda089.tar.gz |
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'news')
-rw-r--r-- | news/leafnode/Makefile | 4 | ||||
-rw-r--r-- | news/nntpcache/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/news/leafnode/Makefile b/news/leafnode/Makefile index a4845b888a2..e79adebeb3f 100644 --- a/news/leafnode/Makefile +++ b/news/leafnode/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/01/20 12:22:41 agc Exp $ +# $NetBSD: Makefile,v 1.15 2004/01/24 14:51:52 grant Exp $ DISTNAME= leafnode-1.9.49.rel PKGNAME= ${DISTNAME:S/.rel//} @@ -37,7 +37,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-spooldir=${LEAFNODE_SPOOL} CONFIGURE_ARGS+= --with-lockfile=${LEAFNODE_LOCKDIR}/fetchnews.lck CONFIGURE_ARGS+= --sysconfdir=${LEAFNODE_CONFDIR} -USE_GMAKE= yes +USE_GNU_TOOLS+= make .include "../../mk/bsd.prefs.mk" diff --git a/news/nntpcache/Makefile b/news/nntpcache/Makefile index 54271970fa1..fe8c9b4ea2a 100644 --- a/news/nntpcache/Makefile +++ b/news/nntpcache/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2003/07/21 17:11:55 martti Exp $ +# $NetBSD: Makefile,v 1.17 2004/01/24 14:51:52 grant Exp $ # FreeBSD Id: Makefile,v 1.11 1998/02/01 03:04:11 itojun Exp # @@ -31,7 +31,7 @@ BUILD_DEFS+= NNTP_USE_LDAP NNTP_USE_PGP GNU_CONFIGURE= yes CONFIGURE_ARGS+= --localstatedir=/var/spool CONFIGURE_ENV+= INSTALL_SCRIPT="${INSTALL_SCRIPT}" -USE_GMAKE= yes +USE_GNU_TOOLS+= make INSTALL_TARGET= SUBDIRS="cf src filters http doc pgp contrib/newshound contrib/perlnewshound innreport scripts unixauth" \ install |