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 | eaf343374775cb49a7bb7d3c5433c11c97c183f3 (patch) | |
tree | 3cd8966dd19cb80bf5722ebf078aa9fa5ddf633c | |
parent | Fixed mozilla plugin not working because it was looking in the wrong place fo... (diff) | |
download | gentoo-2-eaf343374775cb49a7bb7d3c5433c11c97c183f3.tar.gz gentoo-2-eaf343374775cb49a7bb7d3c5433c11c97c183f3.tar.bz2 gentoo-2-eaf343374775cb49a7bb7d3c5433c11c97c183f3.zip |
removed src_clean
-rw-r--r-- | app-text/unrtf/unrtf-0.19.3-r1.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
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 |