diff options
-rw-r--r-- | app-doc/selfhtml/selfhtml-8.0-r1.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/app-doc/selfhtml/selfhtml-8.0-r1.ebuild b/app-doc/selfhtml/selfhtml-8.0-r1.ebuild index 57793934a1e7..90f7246b3030 100644 --- a/app-doc/selfhtml/selfhtml-8.0-r1.ebuild +++ b/app-doc/selfhtml/selfhtml-8.0-r1.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/selfhtml/selfhtml-8.0-r1.ebuild,v 1.1 2004/03/08 16:54:45 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/selfhtml/selfhtml-8.0-r1.ebuild,v 1.2 2004/03/25 00:43:50 pylon Exp $ S=${WORKDIR} +TARGET=/usr/share/doc/${PF}/html DESCRIPTION="\"The\" German HTML/XHTML/CSS/XML/DHTML/CGI/Perl/JavaScript Documentation" SRC_URI="http://www.stud.uni-goettingen.de/software/selfhtml80.zip http://selfaktuell.teamone.de/extras/selfhtml8err01.zip" @@ -14,5 +15,7 @@ KEYWORDS="x86 ppc sparc alpha mips hppa" IUSE="" src_install() { - dohtml -r * + dodir ${TARGET} + addwrite ${TARGET} + cp -R ${S}/* ${TARGET} } |