diff options
Diffstat (limited to 'net-irc/bnc/bnc-2.8.4.ebuild')
-rw-r--r-- | net-irc/bnc/bnc-2.8.4.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net-irc/bnc/bnc-2.8.4.ebuild b/net-irc/bnc/bnc-2.8.4.ebuild index a0e8cdb6a5f2..78e644556aea 100644 --- a/net-irc/bnc/bnc-2.8.4.ebuild +++ b/net-irc/bnc/bnc-2.8.4.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-irc/bnc/bnc-2.8.4.ebuild,v 1.7 2003/09/08 08:35:25 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/bnc/bnc-2.8.4.ebuild,v 1.8 2003/12/29 18:48:55 vapier Exp $ MY_P=${P/-/} DESCRIPTION="BNC (BouNCe) is used as a gateway to an IRC Server" @@ -15,8 +15,10 @@ KEYWORDS="x86 ~ppc ~sparc ~alpha" DEPEND="virtual/glibc" +S=${WORKDIR}/${PN}${PV} + src_compile() { - econf + econf || die emake || die mv mkpasswd bncmkpasswd } |