diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-27 01:01:08 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-27 01:01:08 +0000 |
commit | f07f504808239f4dd6005f79bb145e49b4947c11 (patch) | |
tree | 7811629449e2414bae88ea387269ba55abd90884 /www/geeklog | |
parent | a58129d3de9c98ef3845e22d350633da5e5e4a75 (diff) |
Notes
Diffstat (limited to 'www/geeklog')
-rw-r--r-- | www/geeklog/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/www/geeklog/Makefile b/www/geeklog/Makefile index 4a75ff141a8b..fcc815966379 100644 --- a/www/geeklog/Makefile +++ b/www/geeklog/Makefile @@ -28,14 +28,14 @@ do-install: ${CHMOD} -R 775 ${APACHEDIR}/geeklog/public_html/images/articles ${CHMOD} -R 775 ${APACHEDIR}/geeklog/public_html/images/userphotos ${CHMOD} -R 775 ${APACHEDIR}/geeklog/public_html/backend - @${ECHO} "" - @${ECHO} "***********************************************************************" - @${ECHO} "* You now need to create the database that you want GeekLog *" - @${ECHO} "* to reside in. *" - @${ECHO} "* Then edit the config.php file to your needs. *" - @${ECHO} "* Once you have done that, the goto *" - @${ECHO} "* http://<your_website>/geeklog/public_html/admin/install/install.php *" - @${ECHO} "* And follow the instructions, then you are done!! *" - @${ECHO} "***********************************************************************" + @${ECHO_MSG} "" + @${ECHO_MSG} "***********************************************************************" + @${ECHO_MSG} "* You now need to create the database that you want GeekLog *" + @${ECHO_MSG} "* to reside in. *" + @${ECHO_MSG} "* Then edit the config.php file to your needs. *" + @${ECHO_MSG} "* Once you have done that, the goto *" + @${ECHO_MSG} "* http://<your_website>/geeklog/public_html/admin/install/install.php *" + @${ECHO_MSG} "* And follow the instructions, then you are done!! *" + @${ECHO_MSG} "***********************************************************************" .include <bsd.port.mk> |