diff options
author | adamw <adamw@FreeBSD.org> | 2012-08-01 04:24:50 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2012-08-01 04:24:50 +0800 |
commit | 77c15d7554decd81248e333ca5ad4aa3a58c4446 (patch) | |
tree | 898da0fc94a46960afed6e26208608e467cd678d /mail | |
parent | 5f3470ea2572564ae245a5c03718d8a9f60d21d2 (diff) | |
download | freebsd-ports-gnome-77c15d7554decd81248e333ca5ad4aa3a58c4446.tar.gz freebsd-ports-gnome-77c15d7554decd81248e333ca5ad4aa3a58c4446.tar.zst freebsd-ports-gnome-77c15d7554decd81248e333ca5ad4aa3a58c4446.zip |
Correct post-installation configuration directions, wrong directory
name was printed.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/squirrelmail-shared_calendars-plugin/files/pkg-message.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/squirrelmail-shared_calendars-plugin/files/pkg-message.in b/mail/squirrelmail-shared_calendars-plugin/files/pkg-message.in index 49e99685eb5a..c757deeb5481 100644 --- a/mail/squirrelmail-shared_calendars-plugin/files/pkg-message.in +++ b/mail/squirrelmail-shared_calendars-plugin/files/pkg-message.in @@ -1,5 +1,5 @@ For the port to work properly you must copy the file -%%PREFIX%%/%%SQUIRRELDIR%%/plugins/calendar/data/config.sample.php +%%PREFIX%%/%%SQUIRRELDIR%%/plugins/shared_calendars/data/config.sample.php to -%%PREFIX%%/%%SQUIRRELDIR%%/plugins/calendar/data/config.php +%%PREFIX%%/%%SQUIRRELDIR%%/plugins/shared_calendars/data/config.php and edit the configuration to meet your needs. |