diff --git a/media-sound/vorbis_tools/vorbis_tools-1.4.0.recipe b/media-sound/vorbis_tools/vorbis_tools-1.4.0.recipe index 55306af92..c4f8015ce 100644 --- a/media-sound/vorbis_tools/vorbis_tools-1.4.0.recipe +++ b/media-sound/vorbis_tools/vorbis_tools-1.4.0.recipe @@ -1,6 +1,5 @@ SUMMARY="Tools for using the Ogg Vorbis sound file format" -DESCRIPTION=" -vorbis-tools - tools for using the Ogg Vorbis sound file format." +DESCRIPTION="vorbis-tools - tools for using the Ogg Vorbis sound file format." HOMEPAGE="http://www.vorbis.com/" COPYRIGHT="2000-2005 Michael Smith, Stan Seibert and other contributers" LICENSE="GNU GPL v2" @@ -8,7 +7,7 @@ REVISION="3" SOURCE_URI="http://downloads.xiph.org/releases/vorbis/vorbis-tools-1.4.0.tar.gz" CHECKSUM_SHA256="a389395baa43f8e5a796c99daf62397e435a7e73531c9f44d9084055a05d22bc" SOURCE_DIR="vorbis-tools-$portVersion" -PATCHES="vorbis_tools-1.4.0.patch" +PATCHES="vorbis_tools-$portVersion.patch" ARCHITECTURES="x86_gcc2 x86 x86_64" @@ -72,5 +71,5 @@ BUILD() INSTALL() { make install - rm $prefix/lib + rm -rf $prefix/lib }