summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2017-05-01 09:06:46 +0000
committerbsiegert <bsiegert@pkgsrc.org>2017-05-01 09:06:46 +0000
commit8cbcfc2dc1d37c865960c4c633394b752bef38c1 (patch)
tree40d01f66b1d7c04896f9d02e9978467d1ed8ce66 /security
parent826eb28b2c0ad3180582b9b4008ec70cd67c838e (diff)
downloadpkgsrc-8cbcfc2dc1d37c865960c4c633394b752bef38c1.tar.gz
Pullup ticket #5367 - requested by sevan
security/keychain: build fix Revisions pulled up: - security/keychain/Makefile 1.36 --- Module Name: pkgsrc Committed By: jperkin Date: Tue Apr 25 12:16:47 UTC 2017 Modified Files: pkgsrc/security/keychain: Makefile Log Message: 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..27e3b2d6ebc 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.35.6.1 2017/05/01 09:06:46 bsiegert 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}