aboutsummaryrefslogtreecommitdiff
path: root/security/keychain/Makefile
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2005-11-11 23:50:28 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2005-11-11 23:50:28 +0000
commit81187e709b6329721506d4280d47082b5086db89 (patch)
tree6bbae012a5ba651ce928db842b064647bd1cf9c4 /security/keychain/Makefile
parent48305ea89c6c31e31872f3ab303351c0c237278a (diff)
downloadports-81187e709b6329721506d4280d47082b5086db89.tar.gz
ports-81187e709b6329721506d4280d47082b5086db89.zip
Notes
Diffstat (limited to 'security/keychain/Makefile')
-rw-r--r--security/keychain/Makefile14
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>