View | Details | Raw Unified | Return to bug 248814
Collapse All | Expand All

(-)lang/nim/Makefile (+1 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	nim
4
PORTNAME=	nim
5
PORTVERSION=	1.2.6
5
PORTVERSION=	1.2.6
6
PORTREVISION=	1
6
CATEGORIES=	lang
7
CATEGORIES=	lang
7
MASTER_SITES=	https://nim-lang.org/download/
8
MASTER_SITES=	https://nim-lang.org/download/
8
9
(-)lang/nim/files/patch-compiler_docgen.nim (+11 lines)
Line 0 Link Here
1
--- compiler/docgen.nim.orig	2020-08-21 12:50:46 UTC
2
+++ compiler/docgen.nim
3
@@ -1163,7 +1163,7 @@ proc writeOutput*(d: PDoc, useWarning = false) =
4
       rawMessage(d.conf, if useWarning: warnCannotOpenFile else: errCannotOpenFile,
5
         outfile.string)
6
     elif not d.wroteCss:
7
-      let cssSource = $d.conf.getPrefixDir() / "doc" / "nimdoc.css"
8
+      let cssSource = $d.conf.getPrefixDir() / "share/doc/nim" / "nimdoc.css"
9
       let cssDest = $dir / nimdocOutCss
10
       copyFile(cssSource, cssDest)
11
       d.wroteCss = true

Return to bug 248814