diff options
author | wiz <wiz@pkgsrc.org> | 2005-03-26 10:01:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-03-26 10:01:51 +0000 |
commit | dfce8463eff836fe2d506f1c29b8cbd3a233ff4b (patch) | |
tree | 826eff946bd134492c811ca1c4ebb1b06672c1cb /net | |
parent | 81bd682fca81f1cd287bbecabeb17c0fcec6f3e8 (diff) | |
download | pkgsrc-dfce8463eff836fe2d506f1c29b8cbd3a233ff4b.tar.gz |
pkglint. Remove unnecessary inclusion of bsd.prefs.mk and deprecated
NO_PATCH.
Diffstat (limited to 'net')
-rw-r--r-- | net/host/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net/host/Makefile b/net/host/Makefile index c8a0e407bcf..2c5f567273c 100644 --- a/net/host/Makefile +++ b/net/host/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/03/26 05:19:20 christos Exp $ +# $NetBSD: Makefile,v 1.10 2005/03/26 10:01:51 wiz Exp $ DISTNAME= host-20040812 CATEGORIES= net @@ -6,12 +6,9 @@ MASTER_SITES= ftp://ftp.weird.com/pub/local/ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.weird.com/~woods/projects/host.html -COMMENT= A powerful DNS query and testing tool - -.include "../../mk/bsd.prefs.mk" +COMMENT= Powerful DNS query and testing tool NO_CONFIGURE = yes -NO_PATCH = yes MAKEFILE= Makefile.BSD |