Files
ports/www/phpmustache/files/pkg-message.in
T
2019-08-14 12:25:09 +00:00

11 lines
193 B
Plaintext

[
{ type: install
message: <<EOM
You need to adjust php's include_path to contain `%%DATADIR%%'!
For example, insert
include_path = ".:%%DATADIR%%"
into `%%LOCALBASE%%/etc/php.ini'.
EOM
}
]