summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2007-07-12 02:52:16 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2007-07-12 02:52:16 +0000
commit609a263914674bf2467c61bcc5ca9d4ce4fd6a56 (patch)
tree7dc80a66aaf7a8998789c39afd503eede7e46852 /net-misc/hsc
parentwhitespace (diff)
downloadgentoo-2-609a263914674bf2467c61bcc5ca9d4ce4fd6a56.tar.gz
gentoo-2-609a263914674bf2467c61bcc5ca9d4ce4fd6a56.tar.bz2
gentoo-2-609a263914674bf2467c61bcc5ca9d4ce4fd6a56.zip
whitespace
(Portage version: 2.1.2.9)
Diffstat (limited to 'net-misc/hsc')
-rw-r--r--net-misc/hsc/hsc-0.999.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/net-misc/hsc/hsc-0.999.ebuild b/net-misc/hsc/hsc-0.999.ebuild
index e58962bcc421..b33de63d48da 100644
--- a/net-misc/hsc/hsc-0.999.ebuild
+++ b/net-misc/hsc/hsc-0.999.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/net-misc/hsc/hsc-0.999.ebuild,v 1.1 2005/09/22 10:11:32 mattam Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/hsc/hsc-0.999.ebuild,v 1.2 2007/07/12 02:52:15 mr_bones_ Exp $
DESCRIPTION="An HTML preprocessor using ML syntax"
HOMEPAGE="http://www.linguistik.uni-erlangen.de/~msbethke/software.html"
@@ -24,7 +24,6 @@ src_install() {
dodir /usr/share/doc/hsc
dodir /usr/share/hsc
-
make BINDIR=${D}/usr/bin DATADIR=${D}/usr/share/hsc \
prefix=${D}/usr docdir=${D}/usr/share/doc/hsc datadir=${D}/usr/share/hsc install || die
}