diff options
author | Daniel Black <dragonheart@gentoo.org> | 2004-04-25 00:44:10 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2004-04-25 00:44:10 +0000 |
commit | be9bdbcc945588d50bfb769ce17833f35081ad97 (patch) | |
tree | 764f695aa96aace2557844cedbc97c8c02f8d935 /net-www/wwwoffle/wwwoffle-2.7h.ebuild | |
parent | Version bump from bug #41207. Thanks to matsuu@gentoo.org. (Manifest recommit) (diff) | |
download | gentoo-2-be9bdbcc945588d50bfb769ce17833f35081ad97.tar.gz gentoo-2-be9bdbcc945588d50bfb769ce17833f35081ad97.tar.bz2 gentoo-2-be9bdbcc945588d50bfb769ce17833f35081ad97.zip |
Changed so it stops wwwoffle before installation
Diffstat (limited to 'net-www/wwwoffle/wwwoffle-2.7h.ebuild')
-rw-r--r-- | net-www/wwwoffle/wwwoffle-2.7h.ebuild | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/net-www/wwwoffle/wwwoffle-2.7h.ebuild b/net-www/wwwoffle/wwwoffle-2.7h.ebuild index 4e556ff0ade0..e221fd781395 100644 --- a/net-www/wwwoffle/wwwoffle-2.7h.ebuild +++ b/net-www/wwwoffle/wwwoffle-2.7h.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/wwwoffle/wwwoffle-2.7h.ebuild,v 1.5 2003/12/17 04:35:16 brad_mssw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/wwwoffle/wwwoffle-2.7h.ebuild,v 1.6 2004/04/25 00:44:10 dragonheart Exp $ S=${WORKDIR}/${P} @@ -17,8 +17,11 @@ LICENSE="GPL-2" DEPEND="sys-devel/flex sys-libs/zlib sys-devel/gcc - virtual/glibc" + virtual/glibc + >=sys-apps/sed-4" +RDEPEND="sys-libs/zlib + virtual/glibc" src_compile() { local myconf @@ -29,6 +32,9 @@ src_compile() { } src_install() { + + sed -i -e 's#$(TAR) xpf #$(TAR) --no-same-owner -xpf #' cache/Makefile + # Install the files make prefix=${D}/usr SPOOLDIR=${D}/var/spool/wwwoffle CONFDIR=${D}/etc install || die |