diff options
Diffstat (limited to 'net-im/imcom/imcom-1.31.ebuild')
-rw-r--r-- | net-im/imcom/imcom-1.31.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/net-im/imcom/imcom-1.31.ebuild b/net-im/imcom/imcom-1.31.ebuild index e8f60e9d9aa7..678d739b1a02 100644 --- a/net-im/imcom/imcom-1.31.ebuild +++ b/net-im/imcom/imcom-1.31.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-im/imcom/imcom-1.31.ebuild,v 1.2 2003/08/29 20:31:51 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/imcom/imcom-1.31.ebuild,v 1.3 2003/09/05 23:58:58 msterret Exp $ MYVER=${PV} S=${WORKDIR}/${PN}-${MYVER} @@ -24,12 +24,12 @@ src_unpack() { } src_compile() { - ./configure --prefix=/usr || die "configure failed" - #make - # fixing it .. - cp ${FILESDIR}/Makefile-1.31 ${S}/Makefile - pwd - make + ./configure --prefix=/usr || die "configure failed" + #make + # fixing it .. + cp ${FILESDIR}/Makefile-1.31 ${S}/Makefile + pwd + make } src_install() { |