summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-06-24 20:13:37 +0000
committerAchim Gottinger <achim@gentoo.org>2001-06-24 20:13:37 +0000
commit382e77f44c6d71998508b70a3bc07c9347340cfe (patch)
treeb497080998c2a9556cad6c0e44a77f919bc4dac3 /media-sound
parentminor changes for c5 (diff)
downloadgentoo-2-382e77f44c6d71998508b70a3bc07c9347340cfe.tar.gz
gentoo-2-382e77f44c6d71998508b70a3bc07c9347340cfe.tar.bz2
gentoo-2-382e77f44c6d71998508b70a3bc07c9347340cfe.zip
minor fixes for rc5
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/dcd/dcd-0.90.ebuild5
-rw-r--r--media-sound/lopster/lopster-0.9.9.ebuild4
-rw-r--r--media-sound/shorten/shorten-3.2.ebuild4
3 files changed, 7 insertions, 6 deletions
diff --git a/media-sound/dcd/dcd-0.90.ebuild b/media-sound/dcd/dcd-0.90.ebuild
index d5b2ed2eaa47..b4ed2bb831b9 100644
--- a/media-sound/dcd/dcd-0.90.ebuild
+++ b/media-sound/dcd/dcd-0.90.ebuild
@@ -17,8 +17,9 @@ src_unpack() {
unpack ${A}
cd ${S}
cp Makefile Makefile.orig
- cat Makefile.orig | sed "s:PREFIX = .*$:PREFIX = \"${D}/usr\":" |\
- sed "s:# CDROM = /dev/cdroms/cdrom0:CDROM = \"/dev/cdroms/cdrom0\":"\
+ cat Makefile.orig | sed -e "s:PREFIX = .*$:PREFIX = \"${D}/usr\":" \
+ -e "s:/man/:/share/man/:" \
+ -e "s:# CDROM = /dev/cdroms/cdrom0:CDROM = \"/dev/cdroms/cdrom0\":"\
> Makefile
}
diff --git a/media-sound/lopster/lopster-0.9.9.ebuild b/media-sound/lopster/lopster-0.9.9.ebuild
index fc579767b627..1388387dba97 100644
--- a/media-sound/lopster/lopster-0.9.9.ebuild
+++ b/media-sound/lopster/lopster-0.9.9.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 Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lopster/lopster-0.9.9.ebuild,v 1.1 2001/06/04 06:41:14 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lopster/lopster-0.9.9.ebuild,v 1.2 2001/06/24 20:12:40 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -28,7 +28,7 @@ src_compile() {
src_install () {
- try make DESTDIR=${D} install
+ try make DESTDIR=${D} gnulocaledir=${D}/usr/X11R6/locale install
dodoc AUTHORS BUGS COPYING README ChangeLog NEWS
}
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() {