diff options
author | dirk <dirk@FreeBSD.org> | 2000-06-08 06:46:16 +0000 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2000-06-08 06:46:16 +0000 |
commit | 69f7c0ca30d6ad20234ac782c54bf223ea3424b5 (patch) | |
tree | a436cad31baca4b0f846376f1dcb9e966df36d14 /www/mod_php4 | |
parent | d086d25ea71afc2ab5c06d266f33f964f4b56558 (diff) | |
download | FreeBSD-ports-69f7c0ca30d6ad20234ac782c54bf223ea3424b5.zip FreeBSD-ports-69f7c0ca30d6ad20234ac782c54bf223ea3424b5.tar.gz |
Fix typo.
Submitted by: Chris D. Faulhaber <jedgar@fxp.org>
Diffstat (limited to 'www/mod_php4')
-rw-r--r-- | www/mod_php4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_php4/Makefile b/www/mod_php4/Makefile index b0460f1..33adeab 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} "*****************************************************************************" |