diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-02 04:38:36 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-02 04:38:36 +0000 |
commit | d11dfac273e0b03ab1b75ff3689d5b215d905a86 (patch) | |
tree | f8872a5ff468b293c447e135f1b836952a2a5de6 /net-dialup/wvdial | |
parent | Adding fsh which may allow us to speed up cvs/ssh connects (diff) | |
download | gentoo-2-d11dfac273e0b03ab1b75ff3689d5b215d905a86.tar.gz gentoo-2-d11dfac273e0b03ab1b75ff3689d5b215d905a86.tar.bz2 gentoo-2-d11dfac273e0b03ab1b75ff3689d5b215d905a86.zip |
Fixed HOMEPAGE variable
Diffstat (limited to 'net-dialup/wvdial')
-rw-r--r-- | net-dialup/wvdial/wvdial-1.53.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dialup/wvdial/wvdial-1.53.ebuild b/net-dialup/wvdial/wvdial-1.53.ebuild index 51628575329d..66bdcd77bf31 100644 --- a/net-dialup/wvdial/wvdial-1.53.ebuild +++ b/net-dialup/wvdial/wvdial-1.53.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-dialup/wvdial/wvdial-1.53.ebuild,v 1.4 2002/09/16 00:28:28 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/wvdial/wvdial-1.53.ebuild,v 1.5 2002/10/02 04:38:36 vapier Exp $ S=${WORKDIR}/${P} DESCRIPTION="Excellent program which automatically configures your PPP session" SRC_URI="http://open.nit.ca/download/${P}.tar.gz" -HOMEPAGE="http://http://open.nit.ca" +HOMEPAGE="http://open.nit.ca/" DEPEND="net-libs/wvstreams" RDEPEND="net-dialup/ppp" |