diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2005-01-08 16:13:57 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2005-01-08 16:13:57 +0000 |
commit | 8f578785c841f9f731bae208ca4785fc69f9350b (patch) | |
tree | adc6c7356226ad60b37e686cbfb032d856921c7f /app-text/unrtf | |
parent | Fixed mozilla plugin not working because it was looking in the wrong place fo... (diff) | |
download | historical-8f578785c841f9f731bae208ca4785fc69f9350b.tar.gz historical-8f578785c841f9f731bae208ca4785fc69f9350b.tar.bz2 historical-8f578785c841f9f731bae208ca4785fc69f9350b.zip |
removed src_clean
Diffstat (limited to 'app-text/unrtf')
-rw-r--r-- | app-text/unrtf/Manifest | 2 | ||||
-rw-r--r-- | app-text/unrtf/unrtf-0.19.3-r1.ebuild | 6 |
2 files changed, 2 insertions, 6 deletions
diff --git a/app-text/unrtf/Manifest b/app-text/unrtf/Manifest index be6df9b89687..18fef5132088 100644 --- a/app-text/unrtf/Manifest +++ b/app-text/unrtf/Manifest @@ -1,5 +1,5 @@ MD5 e7cbe516f74ff70452647bbc80c2f44a unrtf-0.19.0.ebuild 588 -MD5 1a9e9bce88fdc235ea120c3974554984 unrtf-0.19.3-r1.ebuild 788 +MD5 0ea2937f450b04fc289c4b0af24c9c8e unrtf-0.19.3-r1.ebuild 759 MD5 f82e16866f451359a178dfe1b6feb6d8 ChangeLog 1868 MD5 a9076d6d799f48a3abb93afbf1078b81 unrtf-0.19.3.ebuild 609 MD5 0bff1bbb720e0c045824f4f5a9c6142f files/unrtf-0.19.3-final.patch 400 diff --git a/app-text/unrtf/unrtf-0.19.3-r1.ebuild b/app-text/unrtf/unrtf-0.19.3-r1.ebuild index f5337b16298b..cbdfdb1484b5 100644 --- a/app-text/unrtf/unrtf-0.19.3-r1.ebuild +++ b/app-text/unrtf/unrtf-0.19.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/unrtf/unrtf-0.19.3-r1.ebuild,v 1.3 2005/01/08 15:53:33 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/unrtf/unrtf-0.19.3-r1.ebuild,v 1.4 2005/01/08 16:13:57 aliz Exp $ inherit eutils @@ -24,10 +24,6 @@ src_compile() { emake CFLAGS="${CFLAGS}" || die } -src_clean() { - make clean -} - src_install() { dobin unrtf doman unrtf.1 |