| Summary: | Fix GNC_HELPDIR path for finance/gnucash | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | glennpj <glennpj> | ||||
| Component: | Individual Port(s) | Assignee: | freebsd-gnome (Nobody) <gnome> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
Responsible Changed From-To: freebsd-ports-bugs->gnome Over to maintainers. State Changed From-To: open->feedback I had this patch already. What we need is a port of the GnuCash documentation. Are you going to do that as well? State Changed From-To: feedback->closed Committed, thanks! |
The GNOME datadir is set to ${PREFIX}/share/gnome on FreeBSD. The GnuCash configure script sets ${GNC_HELPDIR} to ${datadir}/gnome/help/gnucash. This causes ${GNC_HELPDIR} to be expanded to ${PREFIX}/share/gnome/gnome/help/gnucash. The attached patch strips out the duplicate 'gnome' directory reference when setting ${GNC_HELPDIR}.