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/mod_php5/Makefile | |
parent | Add 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/mod_php5/Makefile')
-rw-r--r-- | www/mod_php5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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} "*****************************************************************************" |