diff options
author | joerg <joerg@pkgsrc.org> | 2012-03-08 01:14:24 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2012-03-08 01:14:24 +0000 |
commit | 5459f745df1d3939030961b682e6f5d7e19f6f4a (patch) | |
tree | a631ae5f0376764d6c2fc40e666a96611e082e12 /security/dnssec-tools/Makefile | |
parent | a2667f20bf74a66f6ef5393eaa5dcec22b27ce86 (diff) | |
download | pkgsrc-5459f745df1d3939030961b682e6f5d7e19f6f4a.tar.gz |
One more tool in /usr/sbin.
Diffstat (limited to 'security/dnssec-tools/Makefile')
-rw-r--r-- | security/dnssec-tools/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/security/dnssec-tools/Makefile b/security/dnssec-tools/Makefile index 0c5a5516630..f9923838145 100644 --- a/security/dnssec-tools/Makefile +++ b/security/dnssec-tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2011/12/29 16:37:18 joerg Exp $ +# $NetBSD: Makefile,v 1.11 2012/03/08 01:14:24 joerg Exp $ # DISTNAME= dnssec-tools-1.10 @@ -55,8 +55,13 @@ INSTALLATION_DIRS= ${EGDIR} .if ${OPSYS} == "NetBSD" && exists(/usr/sbin/dnssec-keygen) CONFIGURE_ARGS+= BIND_DNSSEC_KEYGEN=/usr/sbin/dnssec-keygen +.endif +.if ${OPSYS} == "NetBSD" && exists(/usr/sbin/dnssec-signzone) CONFIGURE_ARGS+= BIND_DNSSEC_SIGNZONE=/usr/sbin/dnssec-signzone .endif +.if ${OPSYS} == "NetBSD" && exists(/usr/sbin/named-checkzone) +CONFIGURE_ARGS+= BIND_DNSSEC_CHECKZONE=/usr/sbin/named-checkzone +.endif post-install: ${INSTALL_DATA} ${WRKSRC}/validator/etc/dnsval.conf ${DESTDIR}${EGDIR} |