diff options
author | cheusov <cheusov@pkgsrc.org> | 2012-09-16 19:24:24 +0000 |
---|---|---|
committer | cheusov <cheusov@pkgsrc.org> | 2012-09-16 19:24:24 +0000 |
commit | 8ef2b417bd9c0273c2f64891b8ecdbb62620564c (patch) | |
tree | 8e9c13b326d92b4db2dbd18374a9c644985eb157 /security | |
parent | de608da9d53dcdffeef259c0e072c185328f20eb (diff) | |
download | pkgsrc-8ef2b417bd9c0273c2f64891b8ecdbb62620564c.tar.gz |
CONFLICTS with gethost-[0-9]*; ++pkgrevision
Fixes for minor pkglint warnings
Diffstat (limited to 'security')
-rw-r--r-- | security/dnssec-tools/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/security/dnssec-tools/Makefile b/security/dnssec-tools/Makefile index e72035f5fcb..5d4e7e7ea9c 100644 --- a/security/dnssec-tools/Makefile +++ b/security/dnssec-tools/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2012/06/16 21:25:58 pettai Exp $ +# $NetBSD: Makefile,v 1.14 2012/09/16 19:24:24 cheusov Exp $ # DISTNAME= dnssec-tools-1.12.2 +PKGREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.dnssec-tools.org/download/ @@ -15,6 +16,8 @@ PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= p5-Net-DNS-SEC-[0-9]*:../../security/p5-Net-DNS-SEC DEPENDS+= p5-Text-Diff-[0-9]*:../../textproc/p5-Text-Diff +CONFLICTS= gethost-[0-9]* + BUILD_DEFS+= IPV6_READY USE_TOOLS+= perl @@ -33,7 +36,7 @@ PERL5_PACKLIST+= auto/convertar/.packlist PERL5_PACKLIST+= auto/dnssec-tools/.packlist GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-nsec3 +CONFIGURE_ARGS+= --with-nsec3 CONFIGURE_ARGS+= --with-resolv-conf=${PKG_SYSCONFDIR}/dnssec-tools/resolv.conf CONFIGURE_ARGS+= --with-root-hints=${PKG_SYSCONFDIR}/dnssec-tools/root.hints CONFIGURE_ARGS+= --with-perl-build-args=${MAKE_PARAMS:Q} @@ -41,8 +44,8 @@ CONFIGURE_ARGS+= --with-perl-build-args=${MAKE_PARAMS:Q} USE_LIBTOOL= yes USE_LANGUAGES= c c++ -EGDIR= ${PREFIX}/share/examples/dnssec-tools -PKG_SYSCONFSUBDIR?= dnssec-tools +EGDIR= ${PREFIX}/share/examples/dnssec-tools +PKG_SYSCONFSUBDIR?= dnssec-tools CONF_FILES= ${EGDIR}/dnsval.conf ${PKG_SYSCONFDIR}/dnsval.conf CONF_FILES+= ${EGDIR}/resolv.conf ${PKG_SYSCONFDIR}/resolv.conf |