summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjperkin <jperkin>2017-04-25 12:16:47 +0000
committerjperkin <jperkin>2017-04-25 12:16:47 +0000
commit8926948ea27fb8ca80280120c23b791bf6ea8158 (patch)
tree5d135e99c015aadfad3cd072a18922f6980d70b4 /security
parent6b9ab86d703921a594d1df407a92f5a9a654cca9 (diff)
downloadpkgsrc-8926948ea27fb8ca80280120c23b791bf6ea8158.tar.gz
Put back dependency on bash again, the script uses the "local" keyword.
Bump PKGREVISION.
Diffstat (limited to 'security')
-rw-r--r--security/keychain/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/security/keychain/Makefile b/security/keychain/Makefile
index bffed5a6364..db938cfc70d 100644
--- a/security/keychain/Makefile
+++ b/security/keychain/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.35 2016/09/20 12:36:09 mef Exp $
+# $NetBSD: Makefile,v 1.36 2017/04/25 12:16:47 jperkin Exp $
DISTNAME= keychain-2.8.3
+PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= http://www.funtoo.org/archive/keychain/
EXTRACT_SUFX= .tar.bz2
@@ -14,7 +15,11 @@ LICENSE= gnu-gpl-v2
DEPENDS+= openssh-[0-9]*:../../security/openssh
.endif
-NO_BUILD= yes
+USE_TOOLS+= bash:run
+NO_BUILD= yes
+
+# Uses the "local" keyword which is not supported by ksh.
+REPLACE_BASH+= keychain
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 share/doc/${PKGBASE}