diff options
author | roy <roy@pkgsrc.org> | 2015-03-13 11:29:33 +0000 |
---|---|---|
committer | roy <roy@pkgsrc.org> | 2015-03-13 11:29:33 +0000 |
commit | e5f9e6e295bbb9475e09d18e654e69274d7e8405 (patch) | |
tree | cadde55fbbe552e7e7f4435fdb18999fb41266b6 /security/keychain | |
parent | 7f9072fa68c35b6efa89bf4338c1ef0699701c54 (diff) | |
download | pkgsrc-e5f9e6e295bbb9475e09d18e654e69274d7e8405.tar.gz |
Keychain isn't a bash script.
Update homepage to proper one.
Diffstat (limited to 'security/keychain')
-rw-r--r-- | security/keychain/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/security/keychain/Makefile b/security/keychain/Makefile index 2a168e543d1..63c0e088db4 100644 --- a/security/keychain/Makefile +++ b/security/keychain/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.31 2014/10/09 14:06:52 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2015/03/13 11:29:33 roy Exp $ DISTNAME= keychain-2.7.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= security MASTER_SITES= http://www.funtoo.org/archive/keychain/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.funtoo.org/index.php?title=Keychain +HOMEPAGE= http://www.funtoo.org/Keychain COMMENT= Nice ssh-agent front-end LICENSE= gnu-gpl-v2 @@ -15,11 +15,8 @@ LICENSE= gnu-gpl-v2 DEPENDS+= openssh-[0-9]*:../../security/openssh .endif -USE_TOOLS+= bash:run NO_BUILD= yes -REPLACE_BASH+= keychain - INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 share/doc/${PKGBASE} do-install: |