summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/jimtcl')
-rw-r--r--dev-lang/jimtcl/jimtcl-0.78-r2.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-lang/jimtcl/jimtcl-0.78-r2.ebuild b/dev-lang/jimtcl/jimtcl-0.78-r2.ebuild
index 3ac6eaadb701..7a48165e3075 100644
--- a/dev-lang/jimtcl/jimtcl-0.78-r2.ebuild
+++ b/dev-lang/jimtcl/jimtcl-0.78-r2.ebuild
@@ -23,7 +23,7 @@ DEPEND="
"
PATCHES="
- ${FILESDIR}/${PN}-0.78-no-bootstrap.patch
+ "${FILESDIR}"/${PN}-0.78-no-bootstrap.patch
"
src_configure() {
@@ -52,5 +52,8 @@ src_install() {
doins jim.h jimautoconf.h jim-subcmd.h jim-signal.h \
jim-win32compat.h jim-eventloop.h jim-config.h
dodoc AUTHORS README TODO
- use doc && dohtml Tcl.html
+ if use doc; then
+ docinto html
+ dodoc Tcl.html
+ fi
}