pkgsrc/www/contao32/INSTALL
taca c88f2509d7 Add contao32 package version 3.2.0, new LTS (Long Term Support) release of
Contao Open Source CMS.

Contao is an Open Source Content Management Framework developed by Leo Feyer
and distributed under the LGPL license (see GPL.txt and LGPL.txt for more
information).  It was formerly known as TYPOlight Open Source CMS.

Its open architecture allows everybody to extend the system to fit his
needs. Contao specializes in accessible websites and is accessbile
itself (front end and back end), rendering valid HTML5 or XHTML pages.
2013-11-21 16:52:43 +00:00

12 lines
239 B
Text

# $NetBSD: INSTALL,v 1.1 2013/11/21 16:52:43 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