Date: Tue, 31 Jul 2012 20:24:50 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r301814 - head/mail/squirrelmail-shared_calendars-plugin/files Message-ID: <201207312024.q6VKOosV068534@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Tue Jul 31 20:24:50 2012 New Revision: 301814 URL: http://svn.freebsd.org/changeset/ports/301814 Log: Correct post-installation configuration directions, wrong directory name was printed. Modified: head/mail/squirrelmail-shared_calendars-plugin/files/pkg-message.in Modified: head/mail/squirrelmail-shared_calendars-plugin/files/pkg-message.in ============================================================================== --- head/mail/squirrelmail-shared_calendars-plugin/files/pkg-message.in Tue Jul 31 20:02:08 2012 (r301813) +++ head/mail/squirrelmail-shared_calendars-plugin/files/pkg-message.in Tue Jul 31 20:24:50 2012 (r301814) @@ -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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207312024.q6VKOosV068534>