diff options
Diffstat (limited to 'net-irc/iip/iip-1.2.ebuild')
-rw-r--r-- | net-irc/iip/iip-1.2.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-irc/iip/iip-1.2.ebuild b/net-irc/iip/iip-1.2.ebuild index ff1f6a170933..5770a1d9d055 100644 --- a/net-irc/iip/iip-1.2.ebuild +++ b/net-irc/iip/iip-1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/iip/iip-1.2.ebuild,v 1.2 2004/01/22 22:48:36 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/iip/iip-1.2.ebuild,v 1.3 2004/01/24 16:19:17 zul Exp $ MY_P="iip-1.2-dev1" @@ -30,13 +30,14 @@ src_compile() { } src_install() { - einstall || die ehome=/home/iip enewuser iip dodir /usr/man/man1 dodir /usr/bin dodir /usr/share/iip - make PREFIX=${D}/usr INSTALLFILEPATH=${D}/usr/share/iip/ install || die + make prefix=${D}/usr \ + mandir=${D}/usr/share/man install || die dodoc AUTHORS CHANGELOG COPYING INSTALL README + } |