diff options
-rw-r--r-- | security/p5-Net-DNS-SEC-Maint-Key/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/p5-Net-DNS-SEC-Maint-Key/Makefile b/security/p5-Net-DNS-SEC-Maint-Key/Makefile index d0cde92dc72..9c1c39742bd 100644 --- a/security/p5-Net-DNS-SEC-Maint-Key/Makefile +++ b/security/p5-Net-DNS-SEC-Maint-Key/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/08/20 09:55:38 he Exp $ +# $NetBSD: Makefile,v 1.2 2008/10/02 18:06:36 joerg Exp $ # DISTNAME= Net-DNS-SEC-Maint-Key-0.013 @@ -25,6 +25,8 @@ REPLACE_PERL= apps/dnssecmaint-config REPLACE_PERL+= apps/dnssecmaint-copyprivate REPLACE_PERL+= apps/maintkeydb +INSTALLATION_DIRS= bin + post-install: for s in dnssecmaint-config dnssecmaint-copyprivate maintkeydb; do \ ${INSTALL_SCRIPT} ${WRKSRC}/blib/script/$$s \ |