diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2002-05-01 10:48:54 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2002-05-01 10:48:54 +0000 |
commit | bdafa4c36e16092896d18b76d99618e269490066 (patch) | |
tree | 30b899ee61fd276a3f25b7b722287534c3711b44 /www/mod_php4 | |
parent | I forgot to update some checksums in the last commit... A "make distclean" (diff) |
${ECHO} -> ${ECHO_CMD}
Notes
Notes:
svn path=/head/; revision=58406
Diffstat (limited to 'www/mod_php4')
-rw-r--r-- | www/mod_php4/Makefile | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/www/mod_php4/Makefile b/www/mod_php4/Makefile index 95b3c1bb9173..74c53305a22b 100644 --- a/www/mod_php4/Makefile +++ b/www/mod_php4/Makefile @@ -80,18 +80,18 @@ post-install: .endif .if !defined(STANDALONE) - @${ECHO} "*****************************************************************************" - @${ECHO} "Make sure the mime.types are connected to the php module properly and" - @${ECHO} "index.php is part of your DirectoryIndex." - @${ECHO} "" - @${ECHO} "The following should be in your Apache configuration file:" - @${ECHO} "[...]" - @${ECHO} "DirectoryIndex index.php index.html" - @${ECHO} "[...]" - @${ECHO} "AddType application/x-httpd-php .php" - @${ECHO} "AddType application/x-httpd-php-source .phps" - @${ECHO} "[...]" - @${ECHO} "*****************************************************************************" + @${ECHO_CMD} "*****************************************************************************" + @${ECHO_CMD} "Make sure the mime.types are connected to the php module properly and" + @${ECHO_CMD} "index.php is part of your DirectoryIndex." + @${ECHO_CMD} "" + @${ECHO_CMD} "The following should be in your Apache configuration file:" + @${ECHO_CMD} "[...]" + @${ECHO_CMD} "DirectoryIndex index.php index.html" + @${ECHO_CMD} "[...]" + @${ECHO_CMD} "AddType application/x-httpd-php .php" + @${ECHO_CMD} "AddType application/x-httpd-php-source .phps" + @${ECHO_CMD} "[...]" + @${ECHO_CMD} "*****************************************************************************" .endif post-clean: |