diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-05-14 01:01:52 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-05-14 01:01:52 +0000 |
commit | 8de4d0b0e7daa09f5f2f32a17b0a167da709b6b7 (patch) | |
tree | 1c6c131a860639b2e161951dce7c997b174e685b /security/keychain | |
parent | 6b6f0c62caf4a10d72df4b9bce4888a796b2a550 (diff) | |
download | ports-8de4d0b0e7daa09f5f2f32a17b0a167da709b6b7.tar.gz ports-8de4d0b0e7daa09f5f2f32a17b0a167da709b6b7.zip |
Notes
Diffstat (limited to 'security/keychain')
-rw-r--r-- | security/keychain/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/security/keychain/Makefile b/security/keychain/Makefile index 081998cf444c..2f7d3a68cefa 100644 --- a/security/keychain/Makefile +++ b/security/keychain/Makefile @@ -3,7 +3,7 @@ PORTNAME= keychain PORTVERSION= 2.8.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://www.funtoo.org/archive/keychain/ \ GENTOO/distfiles @@ -28,9 +28,7 @@ PLIST_FILES= bin/${PORTNAME} \ PORTDOCS= ChangeLog README.md -.if !exists(${LOCALBASE}/bin/ssh-agent) && !exists(/usr/bin/ssh-agent) RUN_DEPENDS+= ssh-agent:${PORTSDIR}/security/openssh-portable -.endif do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin |