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 | 5946936ffcde6674d4e6801abd4a757acd269dd5 (patch) | |
tree | 49fa5aa9585554801243dca9aced094d40285ba0 /net/djbdns-run | |
parent | 2c69e8a8941ca93a1afedde417f2dbaafd801bd6 (diff) | |
download | pkgsrc-5946936ffcde6674d4e6801abd4a757acd269dd5.tar.gz |
Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
Diffstat (limited to 'net/djbdns-run')
-rw-r--r-- | net/djbdns-run/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/djbdns-run/Makefile b/net/djbdns-run/Makefile index 908494fd183..1da9928ec36 100644 --- a/net/djbdns-run/Makefile +++ b/net/djbdns-run/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/07/19 21:18:31 schmonz Exp $ +# $NetBSD: Makefile,v 1.10 2005/09/28 20:52:24 rillig Exp $ # DISTNAME= djbdns-run-20050415 @@ -17,7 +17,7 @@ DEPENDS+= ucspi-tcp-[0-9]*:../../net/ucspi-tcp PKG_INSTALLATION_TYPES= overwrite pkgviews WRKSRC= ${WRKDIR} -NO_CHECKSUM= # defined +NO_CHECKSUM= yes USE_PKGINSTALL= yes INSTALL_EXTRA_TMPL+= ${PKGDIR}/INSTALL |