diff options
author | mnag <mnag@FreeBSD.org> | 2005-11-12 07:50:28 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2005-11-12 07:50:28 +0800 |
commit | fb5486cbe0e8e81f55584a2ea9b967ff3452d9e9 (patch) | |
tree | fa86ccd9131e1cb95940c4187323bfc066d213cd /security/keychain/Makefile | |
parent | e02494dca23127b3c14a36638cac2fb971a14593 (diff) | |
download | freebsd-ports-gnome-fb5486cbe0e8e81f55584a2ea9b967ff3452d9e9.tar.gz freebsd-ports-gnome-fb5486cbe0e8e81f55584a2ea9b967ff3452d9e9.tar.zst freebsd-ports-gnome-fb5486cbe0e8e81f55584a2ea9b967ff3452d9e9.zip |
Update to 2.6.1
Add SHA256
PR: 88868
Submitted by: Olivier Tharan <olive@oban.frmug.org> (maintainer)
Diffstat (limited to 'security/keychain/Makefile')
-rw-r--r-- | security/keychain/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/security/keychain/Makefile b/security/keychain/Makefile index f608402ee29c..be2ee3f874b6 100644 --- a/security/keychain/Makefile +++ b/security/keychain/Makefile @@ -6,7 +6,7 @@ # PORTNAME= keychain -PORTVERSION= 2.5.5 +PORTVERSION= 2.6.1 CATEGORIES= security MASTER_SITES= http://dev.gentoo.org/~agriffis/keychain/ @@ -31,11 +31,11 @@ RUN_DEPENDS+= ssh-agent:${PORTSDIR}/security/openssh-portable do-install: ${INSTALL_SCRIPT} ${WRKSRC}/keychain ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/keychain.1 ${PREFIX}/man/man1 -. if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -. for f in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} -. endfor -. endif +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} +.for f in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} +.endfor +.endif .include <bsd.port.mk> |