summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2005-06-24 21:48:05 +0000
committerAron Griffis <agriffis@gentoo.org>2005-06-24 21:48:05 +0000
commitff98a4d5683831be4593465f4d1396289d6697e8 (patch)
tree2f11a9a2b7915555548df756c35f3330fdda3c1d /dev-tex/style-check/style-check-0.7.ebuild
parentStable on alpha, bug 96960. (diff)
downloadhistorical-ff98a4d5683831be4593465f4d1396289d6697e8.tar.gz
historical-ff98a4d5683831be4593465f4d1396289d6697e8.tar.bz2
historical-ff98a4d5683831be4593465f4d1396289d6697e8.zip
Move dodir to src_install; remove src_compile entirely
Package-Manager: portage-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.ebuild9
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
}