diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2012-07-31 20:24:50 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2012-07-31 20:24:50 +0000 |
commit | 7579748d80cba198f864ac66d7eaad1fa38209e6 (patch) | |
tree | 898da0fc94a46960afed6e26208608e467cd678d /mail/squirrelmail-shared_calendars-plugin | |
parent | 227e93bb6e5d97cf26625661445a4f122af957ac (diff) | |
download | ports-7579748d80cba198f864ac66d7eaad1fa38209e6.tar.gz ports-7579748d80cba198f864ac66d7eaad1fa38209e6.zip |
Correct post-installation configuration directions, wrong directory
name was printed.
Notes
Notes:
svn path=/head/; revision=301814
Diffstat (limited to 'mail/squirrelmail-shared_calendars-plugin')
-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. |