summaryrefslogtreecommitdiff
path: root/security/libssh/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/libssh/Makefile')
-rw-r--r--security/libssh/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/libssh/Makefile b/security/libssh/Makefile
index cf5102e0815..28ba4f3bffc 100644
--- a/security/libssh/Makefile
+++ b/security/libssh/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.4 2005/12/28 17:57:14 reed Exp $
+# $NetBSD: Makefile,v 1.5 2006/02/05 00:20:17 adrianp Exp $
#
# This package currently exists as a dependency for the hydra package but
# the later versions of it are not supported by hydra.
# This package should not be updated to the latest version available.
#
-DISTNAME= libssh-0.1
+DISTNAME= libssh-0.11
CATEGORIES= security
MASTER_SITES= http://www.0xbadc0de.be/libssh/
EXTRACT_SUFX= .tgz
@@ -18,7 +18,7 @@ GNU_CONFIGURE= YES
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/libssh
- ${INSTALL_DATA} ${WRKSRC}/API.txt ${PREFIX}/share/doc/libssh
+ ${INSTALL_DATA} ${WRKSRC}/doc/API.html ${PREFIX}/share/doc/libssh
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/libssh
.include "../../security/openssl/buildlink3.mk"