diff options
author | Arcady Genkin <agenkin@gentoo.org> | 2002-05-01 03:08:27 +0000 |
---|---|---|
committer | Arcady Genkin <agenkin@gentoo.org> | 2002-05-01 03:08:27 +0000 |
commit | bd0341b7c9edf3d14790f39f41241442bb1e769e (patch) | |
tree | 9c333bbd6557f31b659acd3f3871486ee243fd24 /media-libs/libdvdnav | |
parent | Initial version of the ebuild. (diff) | |
download | historical-bd0341b7c9edf3d14790f39f41241442bb1e769e.tar.gz historical-bd0341b7c9edf3d14790f39f41241442bb1e769e.tar.bz2 historical-bd0341b7c9edf3d14790f39f41241442bb1e769e.zip |
Indenting fix
Diffstat (limited to 'media-libs/libdvdnav')
-rw-r--r-- | media-libs/libdvdnav/libdvdnav-0.1.0.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/media-libs/libdvdnav/libdvdnav-0.1.0.ebuild b/media-libs/libdvdnav/libdvdnav-0.1.0.ebuild index f47660d4aa0d..ab6b3cd6f929 100644 --- a/media-libs/libdvdnav/libdvdnav-0.1.0.ebuild +++ b/media-libs/libdvdnav/libdvdnav-0.1.0.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Arcady Genkin <agenkin@thpoon.com> -# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvdnav/libdvdnav-0.1.0.ebuild,v 1.1 2002/05/01 03:07:14 agenkin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvdnav/libdvdnav-0.1.0.ebuild,v 1.2 2002/05/01 03:08:27 agenkin Exp $ DESCRIPTION="This is a sample skeleton ebuild file" HOMEPAGE="http://sourceforge.net/projects/dvd/" @@ -25,6 +25,5 @@ src_compile() { src_install () { make DESTDIR=${D} install || die - dodoc AUTHORS COPYING INSTALL NEWS README + dodoc AUTHORS COPYING INSTALL NEWS README } - |