diff options
Diffstat (limited to 'media-sound/shorten/shorten-3.2.ebuild')
-rw-r--r-- | media-sound/shorten/shorten-3.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/shorten/shorten-3.2.ebuild b/media-sound/shorten/shorten-3.2.ebuild index c30905b5ba49..1f0b44784c0c 100644 --- a/media-sound/shorten/shorten-3.2.ebuild +++ b/media-sound/shorten/shorten-3.2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-sound/shorten/shorten-3.2.ebuild,v 1.2 2001/05/28 05:24:13 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/shorten/shorten-3.2.ebuild,v 1.3 2001/06/24 20:12:40 achim Exp $ S=${WORKDIR}/${P} DESCRIPTION="Open source, popular and fast lossless audio compressor" @@ -12,7 +12,7 @@ src_unpack() { unpack ${A} cd ${S} mv Makefile Makefile.orig - sed -e "s:-O:${CFLAGS}:g" -e 's:/usr/local:/usr:g' Makefile.orig > Makefile + sed -e "s:-O:${CFLAGS}:g" -e 's:/usr/local:/usr:g' -e 's:/man/:/share/man/:' Makefile.orig > Makefile } src_compile() { |