diff options
Diffstat (limited to 'dev-perl/HTML-Mason/HTML-Mason-1.33.ebuild')
-rw-r--r-- | dev-perl/HTML-Mason/HTML-Mason-1.33.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/dev-perl/HTML-Mason/HTML-Mason-1.33.ebuild b/dev-perl/HTML-Mason/HTML-Mason-1.33.ebuild index b2e6a0d4c95e..3b37c3dd9c59 100644 --- a/dev-perl/HTML-Mason/HTML-Mason-1.33.ebuild +++ b/dev-perl/HTML-Mason/HTML-Mason-1.33.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.33.ebuild,v 1.9 2007/05/12 03:10:55 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.33.ebuild,v 1.10 2007/07/10 23:33:27 mr_bones_ Exp $ inherit perl-module @@ -29,7 +29,6 @@ DEPEND="!modperl? ( virtual/perl-CGI ) >=dev-perl/Cache-Cache-1.01 dev-lang/perl" - mydoc="CREDITS UPGRADE" myconf="--noprompts" @@ -49,5 +48,3 @@ src_install () { # rendhalver - the html docs have subdirs so this gets all of them use doc && dohtml -r htdocs/* } - - |