diff options
author | Karl Trygve Kalleberg <karltk@gentoo.org> | 2001-12-27 04:08:30 +0000 |
---|---|---|
committer | Karl Trygve Kalleberg <karltk@gentoo.org> | 2001-12-27 04:08:30 +0000 |
commit | 3682ea217dd281d25356da3ce41602fe403b67d8 (patch) | |
tree | 9451250e9caafd73f149a88866d9f144568965fa /net-misc | |
parent | Filtering proxy (diff) | |
download | gentoo-2-3682ea217dd281d25356da3ce41602fe403b67d8.tar.gz gentoo-2-3682ea217dd281d25356da3ce41602fe403b67d8.tar.bz2 gentoo-2-3682ea217dd281d25356da3ce41602fe403b67d8.zip |
Fixed tpyo in URL
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/dhcpcd/dhcpcd-1.3.20_p0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/dhcpcd/dhcpcd-1.3.20_p0-r1.ebuild b/net-misc/dhcpcd/dhcpcd-1.3.20_p0-r1.ebuild index 6ad7af06756a..fd25349bfef3 100644 --- a/net-misc/dhcpcd/dhcpcd-1.3.20_p0-r1.ebuild +++ b/net-misc/dhcpcd/dhcpcd-1.3.20_p0-r1.ebuild @@ -2,12 +2,12 @@ # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: System Team <system@gentoo.org> # Author: Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-1.3.20_p0-r1.ebuild,v 1.4 2001/09/30 06:15:07 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-1.3.20_p0-r1.ebuild,v 1.5 2001/12/27 04:08:30 karltk Exp $ MYV=1.3.20-pl0 S=${WORKDIR}/${PN}-${MYV} DESCRIPTION="A dhcp client only" -SRC_URI="ftp://ftp.phystech.cm/pub/${PN}-${MYV}.tar.gz" +SRC_URI="ftp://ftp.phystech.com/pub/${PN}-${MYV}.tar.gz" HOMEPAGE="http://" DEPEND="" |