summaryrefslogtreecommitdiff
path: root/security/keychain
diff options
context:
space:
mode:
authorschmonz <schmonz>2004-03-29 03:28:49 +0000
committerschmonz <schmonz>2004-03-29 03:28:49 +0000
commit8d92f1d4296c050515b2907a4100d9538f43fe4c (patch)
tree24a3762ec1feb8921f2d6bb3d76c10e73ae6bd48 /security/keychain
parent4d595c2e24a80bd7e46c007708578d96db3fb494 (diff)
downloadpkgsrc-8d92f1d4296c050515b2907a4100d9538f43fe4c.tar.gz
Enable pkgviews installation.
Diffstat (limited to 'security/keychain')
-rw-r--r--security/keychain/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/security/keychain/Makefile b/security/keychain/Makefile
index 805bfdee669..0743bc06414 100644
--- a/security/keychain/Makefile
+++ b/security/keychain/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2003/07/18 03:59:49 martti Exp $
+# $NetBSD: Makefile,v 1.10 2004/03/29 03:29:46 schmonz Exp $
DISTNAME= keychain-2.0.3
PKGNAME= ${DISTNAME}
@@ -14,8 +14,12 @@ COMMENT= Nice ssh-agent front-end
DEPENDS+= openssh-[0-9]*:../../security/openssh
.endif
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
NO_BUILD= # defined
+INSTALLATION_DIRS= bin man/man1 share/doc/${PKGBASE}
+
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/keychain ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/keychain.1 ${PREFIX}/man/man1