diff options
author | 2002-05-22 20:26:30 +0000 | |
---|---|---|
committer | 2002-05-22 20:26:30 +0000 | |
commit | c46d169fde8a9712d42f59d0c61df58a0c952fb3 (patch) | |
tree | 76c69bec5e40961522d1c30b317766f3e2533eae /media-sound | |
parent | Initial release of package. (diff) | |
download | gentoo-2-c46d169fde8a9712d42f59d0c61df58a0c952fb3.tar.gz gentoo-2-c46d169fde8a9712d42f59d0c61df58a0c952fb3.tar.bz2 gentoo-2-c46d169fde8a9712d42f59d0c61df58a0c952fb3.zip |
Fixed indentation.
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/id3v2/id3v2-0.1.7.ebuild | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/media-sound/id3v2/id3v2-0.1.7.ebuild b/media-sound/id3v2/id3v2-0.1.7.ebuild index 47e6efdb4a3e..8997e87d57c5 100644 --- a/media-sound/id3v2/id3v2-0.1.7.ebuild +++ b/media-sound/id3v2/id3v2-0.1.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-sound/id3v2/id3v2-0.1.7.ebuild,v 1.1 2002/05/22 20:24:55 agenkin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/id3v2/id3v2-0.1.7.ebuild,v 1.2 2002/05/22 20:26:30 agenkin Exp $ DESCRIPTION="A command line editor for id3v2 tags." HOMEPAGE="http://id3v2.sourceforge.net/" @@ -13,11 +13,11 @@ S=${WORKDIR}/${P} src_unpack() { unpack "${A}" - cd "${S}" - # The tarball came with a compiled binary. ;^) - make clean - sed -e "/g++/ s|-g|${CFLAGS}|" < Makefile > Makefile.hacked - mv Makefile.hacked Makefile + cd "${S}" + # The tarball came with a compiled binary. ;^) + make clean + sed -e "/g++/ s|-g|${CFLAGS}|" < Makefile > Makefile.hacked + mv Makefile.hacked Makefile } src_compile() @@ -25,9 +25,9 @@ src_compile() emake || die } -src_install () +src_install() { - dobin id3v2 - doman id3v2.1 - dodoc COPYING INSTALL README + dobin id3v2 + doman id3v2.1 + dodoc COPYING INSTALL README } |