pkgsrc/www/sencha-sns/INSTALL
ryoon d69989a19a Update to 1.3.0
* Fix MESSAGE.
* Fix config file handling.
* Fix INSTALL.

Changelog:
1.3.0:
* Support PHP 5.4.
* Support XAMPP environment.
* Bugfixes.

1.2.1:
* Fix security bug of CakePHP.

1.2.0:
* Add smartphone mode (beta).
* Add SMTP support.
* Bugfixes.

1.1.1:
* Fix bug in Note function.

1.1.0:
* Add some features, plugin admin, note, access control, NG words, log delete.
* bugfixes.
2013-06-09 05:19:53 +00:00

12 lines
240 B
Text

# $NetBSD: INSTALL,v 1.2 2013/06/09 05:19:53 ryoon Exp $
SENCHADIR="@PREFIX@/@SENCHADIR@"
WWWOWN="@WWWOWN@"
WWWGRP="@WWWGRP@"
case ${STAGE} in
POST-INSTALL)
${CHGRP} -R ${WWWGRP} ${SENCHADIR}
${CHOWN} -R ${WWWOWN} ${SENCHADIR}
;;
esac