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
commita874102c602bc2a2cc5c80cdd86cd9dfaf9802d9 (patch)
treeb7ebbfe9a08263b66452a99d9e5aa338a12d4bea /net-misc/hsc
parentwhitespace (diff)
downloadhistorical-a874102c602bc2a2cc5c80cdd86cd9dfaf9802d9.tar.gz
historical-a874102c602bc2a2cc5c80cdd86cd9dfaf9802d9.tar.bz2
historical-a874102c602bc2a2cc5c80cdd86cd9dfaf9802d9.zip
whitespace
Package-Manager: portage-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
}