diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-01-05 15:02:39 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-01-05 15:02:39 +0000 |
commit | eabe0d32475930c22cce9f59051898437fc07713 (patch) | |
tree | 8300e461ef7534d9ce70761468b13affc579450e /net-mail/vlnx/vlnx-414e-r2.ebuild | |
parent | openssl updates. (diff) | |
download | historical-eabe0d32475930c22cce9f59051898437fc07713.tar.gz historical-eabe0d32475930c22cce9f59051898437fc07713.tar.bz2 historical-eabe0d32475930c22cce9f59051898437fc07713.zip |
Fixed SRC_URI.
Diffstat (limited to 'net-mail/vlnx/vlnx-414e-r2.ebuild')
-rw-r--r-- | net-mail/vlnx/vlnx-414e-r2.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net-mail/vlnx/vlnx-414e-r2.ebuild b/net-mail/vlnx/vlnx-414e-r2.ebuild index dad1d99a811b..b764217b461a 100644 --- a/net-mail/vlnx/vlnx-414e-r2.ebuild +++ b/net-mail/vlnx/vlnx-414e-r2.ebuild @@ -1,18 +1,18 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Script Revised by Parag Mehta <pm@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-mail/vlnx/vlnx-414e-r2.ebuild,v 1.11 2002/12/09 04:33:15 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/vlnx/vlnx-414e-r2.ebuild,v 1.12 2003/01/05 15:02:39 mholzer Exp $ MY_P=${PN}${PV} S=${WORKDIR}/${MY_P} DESCRIPTION="McAfee VirusScanner for Unix/Linux(Shareware)" -SRC_URI="http://download.mcafee.com/products/evaluation/virusscan/english/unix/linux/${MY_P}.tar.Z - http://download.nai.com/products/datfiles/4.x/nai/dat-4153.tar" -HOMEPAGE="http://www.mcafee.com/" +SRC_URI="http://download.nai.com/products/evaluation/virusscan/english/cmdline/linux/version_4.14/${MY_P}.tar.Z + http://download.nai.com/products/datfiles/4.x/nai/dat-4240.tar" +HOMEPAGE="http://www.mcafeeb2b.com" SLOT="0" LICENSE="VirusScan" -KEYWORDS="x86 sparc " +KEYWORDS="x86 sparc" DEPEND="" RDEPEND="" @@ -24,7 +24,7 @@ src_unpack() { mkdir ${MY_P} cd ${MY_P} unpack vlnx414e.tar.Z - tar -xf ${DISTDIR}/dat-4153.tar + tar -xf ${DISTDIR}/dat-4240.tar } src_install() { |