summaryrefslogtreecommitdiff
path: root/mail/phpmailer
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2019-08-13 22:29:42 +0000
committerMathieu Arnold <mat@FreeBSD.org>2019-08-13 22:29:42 +0000
commit558224994b6a2fbede4a420d1e66d57bbea5c4a8 (patch)
treef8fffd0a880e3bf796b0afc8c07cde885792a226 /mail/phpmailer
parentremove strange prop. (diff)
onvert to UCL & cleanup pkg-message (categories l-m)
Notes
Notes: svn path=/head/; revision=508882
Diffstat (limited to 'mail/phpmailer')
-rw-r--r--mail/phpmailer/files/pkg-message.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/phpmailer/files/pkg-message.in b/mail/phpmailer/files/pkg-message.in
index b9d8ebd9a029..d19f8e1461ee 100644
--- a/mail/phpmailer/files/pkg-message.in
+++ b/mail/phpmailer/files/pkg-message.in
@@ -1,4 +1,10 @@
+[
+{ 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
+}
+]