pkgsrc/devel/startbug1/INSTALL
ryoon f60475156b Import starbug1-1.6.01 as devel/startbug1.
Starbug1 is lightweight Bug Tracking System. It act as CGI.
It is designed to the following appliations.

* Closed source small development
* Development with less resources
2014-01-08 14:59:15 +00:00

14 lines
242 B
Text

#!@SH@
#
# $NetBSD: INSTALL,v 1.1 2014/01/08 14:59:15 ryoon Exp $
WWWGRP="@WWWGRP@"
WWWOWN="@WWWOWN@"
SB_DIR="@PREFIX@/@SB_DIR@"
case "${STAGE}" in
POST-INSTALL)
${CHOWN} -R ${WWWOWN} ${SB_DIR} &&
${CHGRP} -R ${WWWGRP} ${SB_DIR}
;;
esac