Fix breakage...

This commit is contained in:
Jun Kuriyama 2007-04-16 10:25:14 +00:00
parent e4ebf8e46f
commit eed6a08fe3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=190100

View file

@ -29,6 +29,6 @@ pre-install:
do-install:
${MKDIR} ${WWWDIR}
${CP} -R ${WRKSRC}/* ${WWWDIR}/
${CHOWN} ${WWWOWN}:${WWWGRP} ${WWWDIR}/templates_c ${WWWDIR}/conf/pgmgt.conf.php
${CHOWN} ${WWWOWN}:${WWWGRP} ${WWWDIR}/templates_c ${WWWDIR}/conf/pgmgt.conf.php.sample
.include <bsd.port.mk>