summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-07-10 01:23:03 +0000
committerSven Wegener <swegener@gentoo.org>2005-07-10 01:23:03 +0000
commitfd48511882f8b706a925554ea6933ca7754d9d4c (patch)
tree84c235c3b9136e47409ad654378e64083f8be8b1 /www-misc/multisort
parentQA: Don't assign default to S (diff)
downloadhistorical-fd48511882f8b706a925554ea6933ca7754d9d4c.tar.gz
historical-fd48511882f8b706a925554ea6933ca7754d9d4c.tar.bz2
historical-fd48511882f8b706a925554ea6933ca7754d9d4c.zip
QA: Don't assign default to S
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'www-misc/multisort')
-rw-r--r--www-misc/multisort/multisort-1.1.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/www-misc/multisort/multisort-1.1.ebuild b/www-misc/multisort/multisort-1.1.ebuild
index 7cad5fa3e525..0da012ff1f70 100644
--- a/www-misc/multisort/multisort-1.1.ebuild
+++ b/www-misc/multisort/multisort-1.1.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-misc/multisort/multisort-1.1.ebuild,v 1.1 2005/01/22 09:06:35 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-misc/multisort/multisort-1.1.ebuild,v 1.2 2005/07/10 01:23:03 swegener Exp $
+
+inherit toolchain-funcs
DESCRIPTION="multisort takes any number of httpd logfiles in the Common Log Format and merges them together"
HOMEPAGE="http://www.xach.com/multisort/"
@@ -13,12 +15,10 @@ IUSE=""
DEPEND=""
-S=${WORKDIR}/${P}
-
src_compile() {
- make || die "make failed"
+ emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" || die "emake failed"
}
src_install() {
- dosbin ${S}/multisort
+ dosbin ${S}/multisort
}