diff options
Diffstat (limited to 'x11-misc/xpad')
-rw-r--r-- | x11-misc/xpad/xpad-1.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-misc/xpad/xpad-1.1.ebuild b/x11-misc/xpad/xpad-1.1.ebuild index 142ec3c23af6..7c16a247ac4c 100644 --- a/x11-misc/xpad/xpad-1.1.ebuild +++ b/x11-misc/xpad/xpad-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xpad/xpad-1.1.ebuild,v 1.1 2002/06/02 13:35:15 stroke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xpad/xpad-1.1.ebuild,v 1.2 2002/06/02 14:45:32 stroke Exp $ DESCRIPTION="A GTK+ 2.0 based 'post-it' note system." HOMEPAGE="http://xpad.sourceforge.net/" @@ -21,5 +21,6 @@ src_compile() { src_install () { make DESTDIR=${D} install || die - dodoc CHANGES COPYING README TO-DO + dodoc CHANGES COPYING README TODO } + |