diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-06-24 21:48:05 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-06-24 21:48:05 +0000 |
commit | 14dab1bc5c330b1efa5ef66f1bc1ef7f28583bec (patch) | |
tree | b1703376f7230a02d52aaf9e9dfeb45a166e3c08 /dev-tex/style-check/style-check-0.7.ebuild | |
parent | Stable on alpha, bug 96960. (diff) | |
download | gentoo-2-14dab1bc5c330b1efa5ef66f1bc1ef7f28583bec.tar.gz gentoo-2-14dab1bc5c330b1efa5ef66f1bc1ef7f28583bec.tar.bz2 gentoo-2-14dab1bc5c330b1efa5ef66f1bc1ef7f28583bec.zip |
Move dodir to src_install; remove src_compile entirely
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-tex/style-check/style-check-0.7.ebuild')
-rw-r--r-- | dev-tex/style-check/style-check-0.7.ebuild | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/dev-tex/style-check/style-check-0.7.ebuild b/dev-tex/style-check/style-check-0.7.ebuild index 92c0beb7c9b4..5298839826d2 100644 --- a/dev-tex/style-check/style-check-0.7.ebuild +++ b/dev-tex/style-check/style-check-0.7.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/dev-tex/style-check/style-check-0.7.ebuild,v 1.2 2005/02/22 20:40:36 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/style-check/style-check-0.7.ebuild,v 1.3 2005/06/24 21:48:05 agriffis Exp $ IUSE="" @@ -14,14 +14,9 @@ SLOT="0" KEYWORDS="~x86 ~amd64" DEPEND="virtual/ruby" -src_compile() { - dodir "/etc/style-check.d" - emake || die "emake failed" -} - src_install() { + dodir /etc/style-check.d make PREFIX=/usr DESTDIR=${D} install || die - dodoc README dohtml README.html } |