diff options
author | dirk <dirk@FreeBSD.org> | 2000-06-08 14:46:16 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2000-06-08 14:46:16 +0800 |
commit | 69f7c0ca30d6ad20234ac782c54bf223ea3424b5 (patch) | |
tree | a436cad31baca4b0f846376f1dcb9e966df36d14 | |
parent | d086d25ea71afc2ab5c06d266f33f964f4b56558 (diff) | |
download | freebsd-ports-gnome-69f7c0ca30d6ad20234ac782c54bf223ea3424b5.tar.gz freebsd-ports-gnome-69f7c0ca30d6ad20234ac782c54bf223ea3424b5.tar.zst freebsd-ports-gnome-69f7c0ca30d6ad20234ac782c54bf223ea3424b5.zip |
Fix typo.
Submitted by: Chris D. Faulhaber <jedgar@fxp.org>
-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} "*****************************************************************************" |