diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-10-22 22:57:23 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-10-22 22:57:23 +0000 |
commit | 3564c9fbe13eb698188115b1d13c396e58e2ac76 (patch) | |
tree | ef0366d799f523e88991127d48a022acecd9b9e6 /net-misc/wget | |
parent | missing digest (diff) | |
download | historical-3564c9fbe13eb698188115b1d13c396e58e2ac76.tar.gz historical-3564c9fbe13eb698188115b1d13c396e58e2ac76.tar.bz2 historical-3564c9fbe13eb698188115b1d13c396e58e2ac76.zip |
make -> emake
Diffstat (limited to 'net-misc/wget')
-rw-r--r-- | net-misc/wget/Manifest | 2 | ||||
-rw-r--r-- | net-misc/wget/wget-1.9.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-misc/wget/Manifest b/net-misc/wget/Manifest index cb0ec6c4ec56..2a7dea65baa9 100644 --- a/net-misc/wget/Manifest +++ b/net-misc/wget/Manifest @@ -1,5 +1,5 @@ MD5 b0dd7a220fe906b4b18177dc3b8173c1 wget-1.8.2-r3.ebuild 1893 -MD5 32b7369fd84623a22c2c51325d000f87 wget-1.9.ebuild 1568 +MD5 11a2d154392f421f59c74d6aee578868 wget-1.9.ebuild 1570 MD5 6ad14561f9846e4e387367beea122386 wget-1.8.2-r2.ebuild 1846 MD5 ef11dd9d73aaa58d57f16aad6fdd77d2 ChangeLog 3296 MD5 48b772b0df559de2f74806e618687ccb files/digest-wget-1.9 144 diff --git a/net-misc/wget/wget-1.9.ebuild b/net-misc/wget/wget-1.9.ebuild index c0144a323d5b..f403de134433 100644 --- a/net-misc/wget/wget-1.9.ebuild +++ b/net-misc/wget/wget-1.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.9.ebuild,v 1.1 2003/10/22 22:53:23 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.9.ebuild,v 1.2 2003/10/22 22:57:22 seemant Exp $ inherit gnuconfig @@ -40,9 +40,9 @@ src_compile() { ${myconf} || die if use static; then - make LDFLAGS="--static" || die + emake LDFLAGS="--static" || die else - make || die + emake || die fi } |