diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2000-06-08 06:46:16 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2000-06-08 06:46:16 +0000 |
commit | b50191ca305911551e78a187fefc7c9a533ebbb9 (patch) | |
tree | 2b8ccb741214f5490687bf7adf3366dd462f3748 /www | |
parent | 061d6c265f0e84d0c7c83ec4b8c86368ac618381 (diff) | |
download | freebsd-ports-b50191ca305911551e78a187fefc7c9a533ebbb9.zip |
Fix typo.
Submitted by: Chris D. Faulhaber <jedgar@fxp.org>
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_php4/Makefile | 2 | ||||
-rw-r--r-- | www/mod_php5/Makefile | 2 |
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} "*****************************************************************************" |