aboutsummaryrefslogtreecommitdiff
path: root/mail/phpmailer7/files/pkg-message.in
diff options
context:
space:
mode:
Diffstat (limited to 'mail/phpmailer7/files/pkg-message.in')
-rw-r--r--mail/phpmailer7/files/pkg-message.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/phpmailer7/files/pkg-message.in b/mail/phpmailer7/files/pkg-message.in
new file mode 100644
index 000000000000..3725f4d49abb
--- /dev/null
+++ b/mail/phpmailer7/files/pkg-message.in
@@ -0,0 +1,12 @@
+[
+{ 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
+}
+]