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 | b13b62d4dcbf51e87dae7ac978627e6610b8b4ea (patch) | |
tree | 826eff946bd134492c811ca1c4ebb1b06672c1cb /net | |
parent | e1660498d1bbd5ea0dec1b51d667468a8426c8dd (diff) | |
download | pkgsrc-b13b62d4dcbf51e87dae7ac978627e6610b8b4ea.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 |