aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_php4
diff options
context:
space:
mode:
authordirk <dirk@FreeBSD.org>2002-05-01 18:48:54 +0800
committerdirk <dirk@FreeBSD.org>2002-05-01 18:48:54 +0800
commit18d603b42b1c6b04f30ce2c6317acf3d5ddd8c12 (patch)
treebb22ceba213c5ed015a20705c2686f88e50e28f0 /www/mod_php4
parent171d0ac75d9ef13db2487d2e8f00fa357af74b1c (diff)
downloadfreebsd-ports-gnome-18d603b42b1c6b04f30ce2c6317acf3d5ddd8c12.tar.gz
freebsd-ports-gnome-18d603b42b1c6b04f30ce2c6317acf3d5ddd8c12.tar.zst
freebsd-ports-gnome-18d603b42b1c6b04f30ce2c6317acf3d5ddd8c12.zip
${ECHO} -> ${ECHO_CMD}
Diffstat (limited to 'www/mod_php4')
-rw-r--r--www/mod_php4/Makefile24
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: