diff options
author | roy <roy> | 2015-03-13 11:29:33 +0000 |
---|---|---|
committer | roy <roy> | 2015-03-13 11:29:33 +0000 |
commit | 0faebc58ae6ad47c8074d2f376931559ad00fece (patch) | |
tree | cadde55fbbe552e7e7f4435fdb18999fb41266b6 /security | |
parent | 94597aacdb23ad86c976125bbadf5ac41adfa0c8 (diff) | |
download | pkgsrc-0faebc58ae6ad47c8074d2f376931559ad00fece.tar.gz |
Keychain isn't a bash script.
Update homepage to proper one.
Diffstat (limited to 'security')
-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: |