diff options
author | joerg <joerg@pkgsrc.org> | 2011-12-29 16:37:18 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2011-12-29 16:37:18 +0000 |
commit | 8768b9bd861cb8b3919f24c494e8fa98b4790727 (patch) | |
tree | 6d1f7da41f34cca86df49ea2efc3060e2fb9cb75 /security | |
parent | b0bb70ca221c13ce1befa2b0be6d88fb0e69c05a (diff) | |
download | pkgsrc-8768b9bd861cb8b3919f24c494e8fa98b4790727.tar.gz |
Also point configure to dnssec-signzone
Diffstat (limited to 'security')
-rw-r--r-- | security/dnssec-tools/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/dnssec-tools/Makefile b/security/dnssec-tools/Makefile index 2980f1daed8..0c5a5516630 100644 --- a/security/dnssec-tools/Makefile +++ b/security/dnssec-tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2011/12/22 16:33:03 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2011/12/29 16:37:18 joerg Exp $ # DISTNAME= dnssec-tools-1.10 @@ -55,6 +55,7 @@ INSTALLATION_DIRS= ${EGDIR} .if ${OPSYS} == "NetBSD" && exists(/usr/sbin/dnssec-keygen) CONFIGURE_ARGS+= BIND_DNSSEC_KEYGEN=/usr/sbin/dnssec-keygen +CONFIGURE_ARGS+= BIND_DNSSEC_SIGNZONE=/usr/sbin/dnssec-signzone .endif post-install: |