summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2000-06-08 06:46:16 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2000-06-08 06:46:16 +0000
commitb50191ca305911551e78a187fefc7c9a533ebbb9 (patch)
tree2b8ccb741214f5490687bf7adf3366dd462f3748 /www
parentAdd imake based on XFree86-4.0. (diff)
Fix typo.
Submitted by: Chris D. Faulhaber <jedgar@fxp.org>
Notes
Notes: svn path=/head/; revision=29374
Diffstat (limited to 'www')
-rw-r--r--www/mod_php4/Makefile2
-rw-r--r--www/mod_php5/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_php4/Makefile b/www/mod_php4/Makefile
index b0460f1be6bd..33adeab19c18 100644
--- a/www/mod_php4/Makefile
+++ b/www/mod_php4/Makefile
@@ -77,7 +77,7 @@ post-install:
@${ECHO} "DirectoryIndex index.php index.html"
@${ECHO} "[...]"
@${ECHO} "AddType application/x-httpd-php .php"
- @${ECHO} "AddType application/x-httpd-php-source .php3"
+ @${ECHO} "AddType application/x-httpd-php-source .phps"
@${ECHO} "[...]"
@${ECHO} "*****************************************************************************"
diff --git a/www/mod_php5/Makefile b/www/mod_php5/Makefile
index b0460f1be6bd..33adeab19c18 100644
--- a/www/mod_php5/Makefile
+++ b/www/mod_php5/Makefile
@@ -77,7 +77,7 @@ post-install:
@${ECHO} "DirectoryIndex index.php index.html"
@${ECHO} "[...]"
@${ECHO} "AddType application/x-httpd-php .php"
- @${ECHO} "AddType application/x-httpd-php-source .php3"
+ @${ECHO} "AddType application/x-httpd-php-source .phps"
@${ECHO} "[...]"
@${ECHO} "*****************************************************************************"