diff options
author | 2003-09-05 12:10:43 +0000 | |
---|---|---|
committer | 2003-09-05 12:10:43 +0000 | |
commit | a913575f3789572a76e98d53c68e9e511b479d7f (patch) | |
tree | 78aa5f0315c08f62fcab0adc3a586ee68dfe2be4 /app-misc/boxes/boxes-1.0.1.ebuild | |
parent | whitespace cleanup (diff) | |
download | gentoo-2-a913575f3789572a76e98d53c68e9e511b479d7f.tar.gz gentoo-2-a913575f3789572a76e98d53c68e9e511b479d7f.tar.bz2 gentoo-2-a913575f3789572a76e98d53c68e9e511b479d7f.zip |
whitespace cleanup
Diffstat (limited to 'app-misc/boxes/boxes-1.0.1.ebuild')
-rw-r--r-- | app-misc/boxes/boxes-1.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/boxes/boxes-1.0.1.ebuild b/app-misc/boxes/boxes-1.0.1.ebuild index 622a4bbdff81..d2d779945421 100644 --- a/app-misc/boxes/boxes-1.0.1.ebuild +++ b/app-misc/boxes/boxes-1.0.1.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/app-misc/boxes/boxes-1.0.1.ebuild,v 1.11 2003/08/06 23:25:09 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/boxes/boxes-1.0.1.ebuild,v 1.12 2003/09/05 12:10:36 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="boxes draws any kind of boxes around your text!" @@ -29,7 +29,7 @@ src_compile() { src_install() { dobin src/boxes doman doc/boxes.1 - dodoc README* COPYING + dodoc README* COPYING insinto /usr/share/boxes doins boxes-config } |