diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-05-19 19:09:14 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-05-19 19:09:14 +0800 |
commit | 93637cc764dd0eadb39d4faf2311bc61d7b3e265 (patch) | |
tree | e9e6dc56d6e4b04cfacf45ccb3b74fdd987668e3 /security/mailzu | |
parent | e9c317ffbac6a778828b3e70efdf887d9384e0c8 (diff) | |
download | freebsd-ports-gnome-93637cc764dd0eadb39d4faf2311bc61d7b3e265.tar.gz freebsd-ports-gnome-93637cc764dd0eadb39d4faf2311bc61d7b3e265.tar.zst freebsd-ports-gnome-93637cc764dd0eadb39d4faf2311bc61d7b3e265.zip |
- Fix trailing whitespace in pkg-messages
Approved by: portmgr blanket
Diffstat (limited to 'security/mailzu')
-rw-r--r-- | security/mailzu/files/pkg-message.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/mailzu/files/pkg-message.in b/security/mailzu/files/pkg-message.in index 5b7aa7eebc69..b9a93c7bd618 100644 --- a/security/mailzu/files/pkg-message.in +++ b/security/mailzu/files/pkg-message.in @@ -1,5 +1,5 @@ %%PKGNAME%% has been installed into: - + %%WWWDIR%% **************************************************** @@ -11,13 +11,13 @@ Then, edit %%WWWDIR%%/config/config.php Also, please note that MailZu needs PHP's short_open_tag boolean to be "on" (this is detault in typical installations of PHP). To be certain, you can set "short_open_tag = on" in -%%LOCALBASE%%/etc/php.ini. +%%LOCALBASE%%/etc/php.ini. -Finally, make MailZu available through your web site. An +Finally, make MailZu available through your web site. An example for httpd.conf: Alias /mailzu/ "%%WWWDIR%%/" - + <Directory "%%WWWDIR%%/"> Options none AllowOverride Limit |