diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-11 01:21:35 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-11 01:21:35 +0000 |
commit | 877ea15af40fa87b919bf2c1be137828444d7009 (patch) | |
tree | 4b126200d1fea12db32b2c6271e1fe594af0239e /media-sound/horgand | |
parent | repoman: fix leading whitespace (diff) | |
download | historical-877ea15af40fa87b919bf2c1be137828444d7009.tar.gz historical-877ea15af40fa87b919bf2c1be137828444d7009.tar.bz2 historical-877ea15af40fa87b919bf2c1be137828444d7009.zip |
repoman: fix leading whitespace
Diffstat (limited to 'media-sound/horgand')
-rw-r--r-- | media-sound/horgand/Manifest | 2 | ||||
-rw-r--r-- | media-sound/horgand/horgand-0.91.ebuild | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/media-sound/horgand/Manifest b/media-sound/horgand/Manifest index 413d9bb68f15..2ca813ba2783 100644 --- a/media-sound/horgand/Manifest +++ b/media-sound/horgand/Manifest @@ -1,3 +1,3 @@ MD5 93bb4e30c86f7353577b8d64d5df7ddb ChangeLog 393 -MD5 025f09d9883b51ef28b8e66f6a9da571 horgand-0.91.ebuild 783 +MD5 6f77256e909bc75cf7b21cb4eaf6f976 horgand-0.91.ebuild 762 MD5 3ddaec66640532a300bf88ed3f05fe47 files/digest-horgand-0.91 63 diff --git a/media-sound/horgand/horgand-0.91.ebuild b/media-sound/horgand/horgand-0.91.ebuild index 305040a0b94f..ac54aca56c72 100644 --- a/media-sound/horgand/horgand-0.91.ebuild +++ b/media-sound/horgand/horgand-0.91.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/horgand/horgand-0.91.ebuild,v 1.3 2003/09/07 00:06:05 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/horgand/horgand-0.91.ebuild,v 1.4 2003/09/11 01:21:31 msterret Exp $ DESCRIPTION="horgand is an opensource software organ." HOMEPAGE="http://personal.telefonica.terra.es/web/soudfontcombi/" @@ -18,12 +18,12 @@ DEPEND=">=x11-libs/fltk-1.1.2 S="${WORKDIR}/${P}" src_compile() { - emake || die "compile failed" + emake || die "compile failed" } src_install() { - cp Makefile Makefile~ - sed -e "s:PREFIX = /usr/local:PREFIX = /usr:" Makefile~ > Makefile + cp Makefile Makefile~ + sed -e "s:PREFIX = /usr/local:PREFIX = /usr:" Makefile~ > Makefile dodir /usr/bin |