Summary: | lang/nim: Fix cssSource for nim doc | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Loïc Bartoletti <lbartoletti> | ||||
Component: | Individual Port(s) | Assignee: | Loïc Bartoletti <lbartoletti> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | ports | ||||
Priority: | --- | Flags: | ports:
maintainer-feedback+
|
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Looks good to me. Thanks for finding and fixing this. A commit references this bug: Author: lbartoletti Date: Mon Aug 24 06:48:36 UTC 2020 New revision: 546051 URL: https://svnweb.freebsd.org/changeset/ports/546051 Log: lang/nim: Fix cssSource for nim doc Nim doc expected to find nimdoc.css in ${PREFIX}/doc/nimdoc.css but our doc directory is ${PREFIX}/share/doc/nim/ PR: 248814 Approved by: Neal Nelson (maintainer) Changes: head/lang/nim/Makefile head/lang/nim/files/patch-compiler_docgen.nim Committed, thanks! |
Created attachment 217427 [details] nim fix cssSource directory Nim doc expects to find nimdoc.css in ${PREFIX}/doc/nimdoc.css but our doc directory is ${PREFIX}/share/doc/nim/ this patch fix this issue.