| Summary: | devel/myrepos: fix documentation installation | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Dmitry Marakasov <amdmi3> | ||||
| Component: | Individual Port(s) | Assignee: | Dmitry Marakasov <amdmi3> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Many People | CC: | jonathan | ||||
| Priority: | --- | Flags: | koobs:
maintainer-feedback?
(jonathan) |
||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
A commit references this bug: Author: amdmi3 Date: Fri Feb 19 14:36:15 UTC 2016 New revision: 409183 URL: https://svnweb.freebsd.org/changeset/ports/409183 Log: - Fix documentation installation - Fix LICENSE - Add NO_ARCH - Use options helpers PR: 206928 Submitted by: amdmi3 Approved by: maintainer timeout (jonathan, 2 weeks) Changes: head/devel/myrepos/Makefile Assign to committer that resolved Comment on attachment 166574 [details]
Patch
Maintainer timeout, implicit approval
Correctly triage post resolution Sorry, I missed this bug report a couple of weeks ago. Thanks for improving the port: I clearly lack ports-fu when it comes to all of these options and policies. |
Created attachment 166574 [details] Patch Documentation installation is broken: it installs 3 *.mdwn files, while PORTDOCS only list one, however doc directory contains more of them. Use COPYTREE_SHARE to install all docs and while here do some more cosmetic fixes.