summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Weiler <pylon@gentoo.org>2004-03-25 00:43:50 +0000
committerLars Weiler <pylon@gentoo.org>2004-03-25 00:43:50 +0000
commit69baf8ca3ff580675bc1fc657c693a024ce345b5 (patch)
treeac9745c5efa69b22f0a645d9a4914b4d41b1b9ed /app-doc
parentebuild submitted by negge@vt.edu in bug #39836. (Manifest recommit) (diff)
downloadgentoo-2-69baf8ca3ff580675bc1fc657c693a024ce345b5.tar.gz
gentoo-2-69baf8ca3ff580675bc1fc657c693a024ce345b5.tar.bz2
gentoo-2-69baf8ca3ff580675bc1fc657c693a024ce345b5.zip
use cp instead of dohtml (selfhtml does not only contain dohtml-related filetypes and the adding list became too long)
Diffstat (limited to 'app-doc')
-rw-r--r--app-doc/selfhtml/selfhtml-8.0-r1.ebuild7
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}
}