[Bug 205868] databases/opentsdb: Fix wrong path searching for logging.xml

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jan 4 15:14:41 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205868

--- Comment #11 from Johannes Jost Meixner <xmj at FreeBSD.org> ---
Good catch.

Actually, files/patch-Makefile.in should probably include something like:

-       script=tsdb; pkgdatadir='$(pkgdatadir)';
configdir='$(sysconfigdir)/etc/opentsdb'; \
-       script=tsdb; pkgdatadir='$(pkgdatadir)';
configdir='$(sysconfdir)/opentsdb'; \


Given that sysconfdir should always resolve to either /etc/, /usr/local/etc or
something along those lines:

https://www.gnu.org/prep/standards/html_node/Directory-Variables.html

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list