diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-06-24 20:12:40 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-06-24 20:12:40 +0000 |
commit | 7cf39d3b406a6cc35f76c1131a8e0044d2c1f903 (patch) | |
tree | 2a1018bd2fdf43df082918c340aa3a1aef3d8012 /media-sound/shorten | |
parent | minor fixes for rc5 (diff) | |
download | historical-7cf39d3b406a6cc35f76c1131a8e0044d2c1f903.tar.gz historical-7cf39d3b406a6cc35f76c1131a8e0044d2c1f903.tar.bz2 historical-7cf39d3b406a6cc35f76c1131a8e0044d2c1f903.zip |
minor fixes for rc5
Diffstat (limited to 'media-sound/shorten')
-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() { |