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/devtodo/devtodo-0.1.17.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/devtodo/devtodo-0.1.17.ebuild')
-rw-r--r-- | app-misc/devtodo/devtodo-0.1.17.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/devtodo/devtodo-0.1.17.ebuild b/app-misc/devtodo/devtodo-0.1.17.ebuild index 389eabf29de8..22a70d99012c 100644 --- a/app-misc/devtodo/devtodo-0.1.17.ebuild +++ b/app-misc/devtodo/devtodo-0.1.17.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/devtodo/devtodo-0.1.17.ebuild,v 1.4 2003/06/29 23:17:15 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/devtodo/devtodo-0.1.17.ebuild,v 1.5 2003/09/05 12:10:36 msterret Exp $ IUSE="" DESCRIPTION="A nice command line todo list for developers" @@ -21,6 +21,6 @@ src_compile() { src_install() { make DESTDIR=${D} install || die - dodoc AUTHORS COPYING ChangeLog QuickStart README TODO + dodoc AUTHORS COPYING ChangeLog QuickStart README TODO dodoc doc/scripts.sh doc/scripts.tcsh doc/todorc.example contrib/tdrec } |