summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-08-28 15:19:51 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-08-28 15:19:51 +0000
commit87dabb670c5291af3530a4b79cdb6c756e5e916f (patch)
treefcc5ae9724dbe62da23cf538a565dd5717a06500 /net-irc/dircproxy
parentHanno credited with notification (diff)
downloadgentoo-2-87dabb670c5291af3530a4b79cdb6c756e5e916f.tar.gz
gentoo-2-87dabb670c5291af3530a4b79cdb6c756e5e916f.tar.bz2
gentoo-2-87dabb670c5291af3530a4b79cdb6c756e5e916f.zip
homepage typo fix and econf
Diffstat (limited to 'net-irc/dircproxy')
-rw-r--r--net-irc/dircproxy/dircproxy-1.0.3.ebuild11
1 files changed, 3 insertions, 8 deletions
diff --git a/net-irc/dircproxy/dircproxy-1.0.3.ebuild b/net-irc/dircproxy/dircproxy-1.0.3.ebuild
index 5bc77de3f538..a4296b16a038 100644
--- a/net-irc/dircproxy/dircproxy-1.0.3.ebuild
+++ b/net-irc/dircproxy/dircproxy-1.0.3.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/dircproxy/dircproxy-1.0.3.ebuild,v 1.3 2002/07/17 07:36:02 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/dircproxy/dircproxy-1.0.3.ebuild,v 1.4 2002/08/28 15:19:51 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="an IRC proxy server"
SRC_URI="http://www.dircproxy.net/download/stable/${P}.tar.gz"
-HOMEPAGE="http:/www.dircproxy.net/"
+HOMEPAGE="http://www.dircproxy.net/"
DEPEND="virtual/glibc"
@@ -15,12 +15,7 @@ KEYWORDS="x86"
src_compile() {
- ./configure \
- --host=${CHOST} \
- --prefix=/usr \
- --infodir=/usr/share/info \
- --sysconfdir=/etc \
- --mandir=/usr/share/man || die "./configure failed"
+ econf || die "./configure failed"
emake || die
}