summaryrefslogtreecommitdiff
path: root/www/php-concrete5/INSTALL
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2011-12-14 20:51:49 +0000
committerryoon <ryoon@pkgsrc.org>2011-12-14 20:51:49 +0000
commit05801ee8b08ed894ae7a8f2f3ae3040c64ec6b62 (patch)
tree53d4fcacc3a2b132a2063a433548fb42fbf8bf74 /www/php-concrete5/INSTALL
parent7d3fcf1523bef952d4303a692ca73e284401925f (diff)
downloadpkgsrc-05801ee8b08ed894ae7a8f2f3ae3040c64ec6b62.tar.gz
Import php*-concrete5-5.4.2.2 as www/php-concrete5
Concrete5 is a content management system (CMS) that can manage Web applications, Web sites, stores, and forums. It allows individuals involved with Web sites to easily manage their content and their site structure. Concrete5's in-context editing is like working with a wiki, and the extendable block support makes editing and extending unique Web sites easy. The goal behind Concrete5 was always to create a toolset that could be used by anyone with basic computer skills to edit and add pages to a Web site.
Diffstat (limited to 'www/php-concrete5/INSTALL')
-rw-r--r--www/php-concrete5/INSTALL15
1 files changed, 15 insertions, 0 deletions
diff --git a/www/php-concrete5/INSTALL b/www/php-concrete5/INSTALL
new file mode 100644
index 00000000000..6d68ce56e83
--- /dev/null
+++ b/www/php-concrete5/INSTALL
@@ -0,0 +1,15 @@
+#!@SH@
+#
+# $NetBSD: INSTALL,v 1.1.1.1 2011/12/14 20:51:50 ryoon Exp $
+
+WWWGRP="@WWWGRP@"
+WWWOWN="@WWWOWN@"
+C5DIR="@PREFIX@/@C5DIR@"
+
+case "${STAGE}" in
+POST-INSTALL)
+ cd ${C5DIR} &&
+ ${CHOWN} -R ${WWWOWN} ${C5DIR} &&
+ ${CHGRP} -R ${WWWGRP} ${C5DIR}
+ ;;
+esac