diff options
author | Alin Năstac <mrness@gentoo.org> | 2006-09-22 17:45:33 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2006-09-22 17:45:33 +0000 |
commit | 7369f00345c3db6023b8ed6c982c3e9c5f47610e (patch) | |
tree | cde83efeaaa261fec60bc265914e9fbaad184a9d /net-dialup/gnome-ppp/gnome-ppp-0.3.23.ebuild | |
parent | Updated ebuild to not use 1.6 jdks due to compilation issues (diff) | |
download | historical-7369f00345c3db6023b8ed6c982c3e9c5f47610e.tar.gz historical-7369f00345c3db6023b8ed6c982c3e9c5f47610e.tar.bz2 historical-7369f00345c3db6023b8ed6c982c3e9c5f47610e.zip |
Don't install inexistent/empty/unuseful doc files.
Package-Manager: portage-2.1.1
Diffstat (limited to 'net-dialup/gnome-ppp/gnome-ppp-0.3.23.ebuild')
-rw-r--r-- | net-dialup/gnome-ppp/gnome-ppp-0.3.23.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dialup/gnome-ppp/gnome-ppp-0.3.23.ebuild b/net-dialup/gnome-ppp/gnome-ppp-0.3.23.ebuild index 1149ac7f043a..762676bc9418 100644 --- a/net-dialup/gnome-ppp/gnome-ppp-0.3.23.ebuild +++ b/net-dialup/gnome-ppp/gnome-ppp-0.3.23.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/gnome-ppp/gnome-ppp-0.3.23.ebuild,v 1.5 2006/04/02 22:11:52 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/gnome-ppp/gnome-ppp-0.3.23.ebuild,v 1.6 2006/09/22 17:45:32 mrness Exp $ inherit gnome2 eutils @@ -24,7 +24,7 @@ DEPEND="sys-devel/gettext ${RDEPEND}" USE_DESTDIR="1" -DOCS="AUTHORS ChangeLog NEWS README TODO" +DOCS="ChangeLog" src_install() { gnome2_src_install top_builddir="${S}" |