diff options
author | rillig <rillig@pkgsrc.org> | 2005-09-28 20:52:18 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-09-28 20:52:18 +0000 |
commit | 63e84b1b84449ee2d7305c779da111b57099caf4 (patch) | |
tree | 49fa5aa9585554801243dca9aced094d40285ba0 /news | |
parent | d3860910249fb12e019d47196d7d1d1bfb361f20 (diff) | |
download | pkgsrc-63e84b1b84449ee2d7305c779da111b57099caf4.tar.gz |
Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
Diffstat (limited to 'news')
-rw-r--r-- | news/trn/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/trn/Makefile b/news/trn/Makefile index 9bcd764a1d5..3049bb7824c 100644 --- a/news/trn/Makefile +++ b/news/trn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2005/07/19 10:16:09 grant Exp $ +# $NetBSD: Makefile,v 1.23 2005/09/28 20:52:25 rillig Exp $ DISTNAME= trn-4.0-test76 PKGNAME= trn-4.76 @@ -29,7 +29,7 @@ DEPENDS= nntpclnt>=1.6.1:../../news/nntpclnt # foo.y.z.com for the purposes of allowing cancels. TRN_HOSTBITS?= 0 -HAS_CONFIGURE= # defined +HAS_CONFIGURE= yes CONFIGURE_SCRIPT= ./Configure CONFIGURE_ENV= PREFIX=${PREFIX} USE_TOOLS+= awk basename cat cp diff echo egrep expr grep mkdir mv |