freebsd-ports/net-mgmt/phpweathermap/files/pkg-message.in
Mathieu Arnold 2614c95748 Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.)
2019-08-14 08:48:50 +00:00

19 lines
429 B
Text

[
{ type: install
message: <<EOM
Now you need to adjust PHP's include_path to contain
`%%DATADIR%%/lib'
For example, insert:
include_path = ".:%%DATADIR%%/lib"
into `%%LOCALBASE%%/etc/php.ini'.
Remember to change the permission of output dir
if you wish to use the web editor interface.
For more general information about the PHP Network Weathermap,
please visit: http://www.network-weathermap.com/
EOM
}
]