diff options
author | rillig <rillig> | 2016-07-09 11:48:12 +0000 |
---|---|---|
committer | rillig <rillig> | 2016-07-09 11:48:12 +0000 |
commit | 8b5b1e5652dc5f165a2a8542ae3dc7a594da1e6e (patch) | |
tree | f017c56ef7b21e2e85bf33053830f977a57d5c26 /net | |
parent | 539d6751533f0836f69054292f28e0a7f023ef0f (diff) | |
download | pkgsrc-8b5b1e5652dc5f165a2a8542ae3dc7a594da1e6e.tar.gz |
Fixed some pkglint warnings.
Diffstat (limited to 'net')
-rw-r--r-- | net/host/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/host/Makefile b/net/host/Makefile index 03191135df4..13dfa4439b4 100644 --- a/net/host/Makefile +++ b/net/host/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2016/02/25 16:20:51 jperkin Exp $ +# $NetBSD: Makefile,v 1.31 2016/07/09 11:50:36 rillig Exp $ DISTNAME= host-20070128 CATEGORIES= net @@ -9,13 +9,13 @@ HOMEPAGE= http://www.weird.com/~woods/projects/host.html COMMENT= Powerful DNS query and testing tool INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PKGMANDIR}/cat1 -NO_CONFIGURE = yes +NO_CONFIGURE= yes CONFLICTS+= bind-[0-9]* USE_BSD_MAKEFILE= yes -MAKE_FILE= Makefile.BSD -MAKE_FLAGS+= __NetBSD__=1 +MAKE_FILE= Makefile.BSD +MAKE_FLAGS+= __NetBSD__=1 USE_TOOLS+= nroff |