aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordirk <dirk@FreeBSD.org>2000-06-08 14:46:16 +0800
committerdirk <dirk@FreeBSD.org>2000-06-08 14:46:16 +0800
commit69f7c0ca30d6ad20234ac782c54bf223ea3424b5 (patch)
treea436cad31baca4b0f846376f1dcb9e966df36d14
parentd086d25ea71afc2ab5c06d266f33f964f4b56558 (diff)
downloadfreebsd-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/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} "*****************************************************************************"