diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-07 00:06:14 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-07 00:06:14 +0000 |
commit | 3bd80fb7cbc42963a37e52db6d80db15bd4515b1 (patch) | |
tree | 93d43eefdd828c6359224e630afb0faf639048ff /media-sound/rexima | |
parent | whitespace cleanup (diff) | |
download | historical-3bd80fb7cbc42963a37e52db6d80db15bd4515b1.tar.gz historical-3bd80fb7cbc42963a37e52db6d80db15bd4515b1.tar.bz2 historical-3bd80fb7cbc42963a37e52db6d80db15bd4515b1.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'media-sound/rexima')
-rw-r--r-- | media-sound/rexima/Manifest | 2 | ||||
-rw-r--r-- | media-sound/rexima/rexima-1.4.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/rexima/Manifest b/media-sound/rexima/Manifest index f4be11cac0a9..211336ed9be1 100644 --- a/media-sound/rexima/Manifest +++ b/media-sound/rexima/Manifest @@ -1,3 +1,3 @@ -MD5 39f914bfd9ab70da65830603e4a16be5 rexima-1.4.ebuild 856 MD5 bbb13913a36bdddc393eedd34748ca82 ChangeLog 376 +MD5 ec0ea02f7bbe6af304dca1afa1d74ed0 rexima-1.4.ebuild 860 MD5 3515b3d720d665d6e3df47ac7f173429 files/digest-rexima-1.4 61 diff --git a/media-sound/rexima/rexima-1.4.ebuild b/media-sound/rexima/rexima-1.4.ebuild index 56511a35f105..febdf46c854c 100644 --- a/media-sound/rexima/rexima-1.4.ebuild +++ b/media-sound/rexima/rexima-1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/rexima/rexima-1.4.ebuild,v 1.1 2003/07/19 04:06:16 jje Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/rexima/rexima-1.4.ebuild,v 1.2 2003/09/07 00:06:06 msterret Exp $ S=${WORKDIR}/${PN} DESCRIPTION="A curses-based interactive mixer which can also be used from the command-line." @@ -25,7 +25,7 @@ src_compile() { src_install () { cd ${S} - + make \ PREFIX=${D}/usr \ BINDIR=${D}/usr/bin \ |