diff options
author | joerg <joerg> | 2008-10-02 18:06:36 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-10-02 18:06:36 +0000 |
commit | 7c0940650e01e31690b4f605a0da0f4e243a5254 (patch) | |
tree | 927c941e5c0124bde45d891fc2e2a2ffada110d0 | |
parent | b57053cbf5bc88ef6c4c860e1e29afbfea956767 (diff) | |
download | pkgsrc-7c0940650e01e31690b4f605a0da0f4e243a5254.tar.gz |
Fix DESTDIR build.
-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 \ |