pkgsrc/www/contao35/INSTALL
taca f4477088c8 Add Contao 3.5.0 package.
Contao is an Open Source PHP Content Management System for people who want a
professional website that is easy to maintain. Visit the https://contao.org
for more information.

This is new Long Term Support release which replase existing Contao 3.2
and the last stable release from Contao 3.x series.

Please refer system/docs/CHANGELOG.md in detail.
2015-06-06 03:41:24 +00:00

12 lines
239 B
Text

# $NetBSD: INSTALL,v 1.1 2015/06/06 03:41:24 taca Exp $
CT_WEBDIR="@PREFIX@/@CT_WEBDIR@"
WWWOWN="@WWWOWN@"
WWWGRP="@WWWGRP@"
case ${STAGE} in
POST-INSTALL)
${CHGRP} -R ${WWWGRP} ${CT_WEBDIR}
${CHOWN} -R ${WWWOWN} ${CT_WEBDIR}
;;
esac