diff options
Diffstat (limited to 'security/libssh2')
-rw-r--r-- | security/libssh2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/libssh2/Makefile b/security/libssh2/Makefile index 96e61ad19ba..09655564173 100644 --- a/security/libssh2/Makefile +++ b/security/libssh2/Makefile @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.6 2012/10/23 18:16:35 asau Exp $ +# $NetBSD: Makefile,v 1.7 2013/02/03 12:37:40 wiz Exp $ # DISTNAME= libssh2-1.2.2 PKGREVISION= 1 CATEGORIES= security -#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libssh2/} MASTER_SITES= http://www.libssh2.org/download/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://libssh2.sourceforge.net/ +HOMEPAGE= http://www.libssh2.org/ COMMENT= SSH2 protocol library GNU_CONFIGURE= yes |