diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-07 00:12:26 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-07 00:12:26 +0000 |
commit | 407d3f3b25bd4f01bcff9d04272b52813285c71f (patch) | |
tree | 62abfefa28ff5b79a3e4ef24bdcf2883bd4af845 /media-video/oxine/oxine-0.1.ebuild | |
parent | repoman: trim trailing whitespace (diff) | |
download | gentoo-2-407d3f3b25bd4f01bcff9d04272b52813285c71f.tar.gz gentoo-2-407d3f3b25bd4f01bcff9d04272b52813285c71f.tar.bz2 gentoo-2-407d3f3b25bd4f01bcff9d04272b52813285c71f.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'media-video/oxine/oxine-0.1.ebuild')
-rw-r--r-- | media-video/oxine/oxine-0.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-video/oxine/oxine-0.1.ebuild b/media-video/oxine/oxine-0.1.ebuild index 0911f96fba7d..f0c90c9508c5 100644 --- a/media-video/oxine/oxine-0.1.ebuild +++ b/media-video/oxine/oxine-0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 2003 Fridtjof Busse <fridtjof@fbunet.de>. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/oxine/oxine-0.1.ebuild,v 1.2 2003/07/12 21:12:53 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/oxine/oxine-0.1.ebuild,v 1.3 2003/09/07 00:08:13 msterret Exp $ DESCRIPTION="OSD frontend for xine" HOMEPAGE="http://oxine.sourceforge.net/" @@ -24,13 +24,13 @@ src_compile() { local myconf use nls || myconf="${myconf} --disable-nls" use lirc || myconf="${myconf} --disable-lirc" - + econf ${myconf} || die emake || die } src_install() { - + make DESTDIR=${D} \ docdir=/usr/share/doc/${PF} \ docsdir=/usr/share/doc/${PF} \ |