Created attachment 190336 [details] patch to change location of global config file Because pkg-message recommended to use a config file on user level, there was no demand for a global config file before. Cyrus Rahman submitted a patch, which changes wmweather+'s global default location from /etc to /usr/local/etc, many thanks! The attached patch includes Cyrus submission and a hint in pkg-message to make the new place known to the users. Testet with Poudriere (HEADa/i, 11.1a/i and 10.4a/i). portlint -AC seems happy.
A commit references this bug: Author: dbaio Date: Tue Feb 6 23:49:44 UTC 2018 New revision: 461116 URL: https://svnweb.freebsd.org/changeset/ports/461116 Log: misc/wmweather+: Change location of config file Update pkg-message to also inform the possibility of use a global config file. PR: 225681 Submitted by: Rainer Hurling <rhurlin@gwdg.de> (maintainer) Changes: head/misc/wmweather+/Makefile head/misc/wmweather+/files/pkg-message.in
Committed with minor changes. Do not use /usr/local [1]. And if you change the contents of the package, always increase PORTREVISION. Thank you! [1] - https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/porting-prefix.html