diff options
author | schmonz <schmonz@pkgsrc.org> | 2004-03-29 03:28:49 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2004-03-29 03:28:49 +0000 |
commit | 26a8abba4e9d35b6f28b653981af3c8ff18adc84 (patch) | |
tree | 24a3762ec1feb8921f2d6bb3d76c10e73ae6bd48 /security/keychain | |
parent | d42ef9679bd8e431c9002476f53b096b0aefe4f1 (diff) | |
download | pkgsrc-26a8abba4e9d35b6f28b653981af3c8ff18adc84.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'security/keychain')
-rw-r--r-- | security/keychain/Makefile | 6 |
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 |