diff options
author | cheusov <cheusov@pkgsrc.org> | 2012-09-16 19:27:50 +0000 |
---|---|---|
committer | cheusov <cheusov@pkgsrc.org> | 2012-09-16 19:27:50 +0000 |
commit | 5c4aec81c9ee30b89c433cc3234ae5a3e1f2e949 (patch) | |
tree | cad01c78161c6658815d8805ca981c63f549e3ab | |
parent | 8ef2b417bd9c0273c2f64891b8ecdbb62620564c (diff) | |
download | pkgsrc-5c4aec81c9ee30b89c433cc3234ae5a3e1f2e949.tar.gz |
CONFLICTS with dnssec-tools-[0-9]*; ++pkgrevision
Fix for a minor pkglint warning
-rw-r--r-- | net/gethost/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net/gethost/Makefile b/net/gethost/Makefile index 292973252ae..7d126060622 100644 --- a/net/gethost/Makefile +++ b/net/gethost/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2011/04/15 08:34:00 obache Exp $ +# $NetBSD: Makefile,v 1.11 2012/09/16 19:27:50 cheusov Exp $ DISTNAME= gethost-0.03 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.reedmedia.net/software/gethost/ @@ -8,10 +9,12 @@ MAINTAINER= reed@reedmedia.net HOMEPAGE= http://www.reedmedia.net/software/gethost/ COMMENT= Hostname and IP resolver for testing /etc/hosts and nsswitch.conf +CONFLICTS= dnssec-tools-[0-9]* + PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir -USE_FEATURES+= inet6 +USE_FEATURES= inet6 INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 BUILD_TARGET= gethost |