diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-07-16 11:10:17 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-07-16 11:10:17 +0000 |
commit | 9e2bd56286b6957c2a3bb661551e9d3a9cb4c09c (patch) | |
tree | 9b3a511979cedbceb907ad9df76f9dd426c7b419 /www/mod_php5 | |
parent | d582318c7f31e6c3af73e1a047949c6a5f4bc0c8 (diff) | |
download | ports-9e2bd56286b6957c2a3bb661551e9d3a9cb4c09c.tar.gz ports-9e2bd56286b6957c2a3bb661551e9d3a9cb4c09c.zip |
Notes
Diffstat (limited to 'www/mod_php5')
-rw-r--r-- | www/mod_php5/Makefile | 10 | ||||
-rw-r--r-- | www/mod_php5/pkg-message | 8 |
2 files changed, 9 insertions, 9 deletions
diff --git a/www/mod_php5/Makefile b/www/mod_php5/Makefile index 7f1f4355a75f..48055af08c7a 100644 --- a/www/mod_php5/Makefile +++ b/www/mod_php5/Makefile @@ -1,11 +1,11 @@ -# New ports collection makefile for: mod_php4 -# Date created: Sun May 28 11:31:54 CEST 2000 -# Whom: Dirk Froemberg <dirk@FreeBSD.org> +# New ports collection makefile for: mod_php5 +# Date created: Sun May 28 11:31:54 CEST 2000 +# Whom: Alex Dupre <sysadmin@alexdupre.com> # # $FreeBSD$ # # Instructions on how to enable preferred extensions can be found in the -# Makefile of the master port (lang/php4). +# Makefile of the master port (lang/php5). # PORTEPOCH= 1 @@ -14,7 +14,7 @@ CATEGORIES= www MAINTAINER= sysadmin@alexdupre.com PKGMESSAGE= ${.CURDIR}/pkg-message -MASTERDIR= ${.CURDIR}/../../lang/php4 +MASTERDIR= ${.CURDIR}/../../lang/php5 WITHOUT_CLI= yes diff --git a/www/mod_php5/pkg-message b/www/mod_php5/pkg-message index e8197e618fbf..bbd0eb79f3b1 100644 --- a/www/mod_php5/pkg-message +++ b/www/mod_php5/pkg-message @@ -1,12 +1,12 @@ ***************************************************************************** -You have installed the mod_php4 package. +You have installed the mod_php5 package. -Have a look at the mod_php4 port if you need additional extensions other than -CTYPE, MYSQL, OVERLOAD, PCRE, POSIX, SESSION, TOKENIZER, XML and ZLIB. +Have a look at the mod_php5 port if you need additional extensions other than +CTYPE, DOM, PCRE, POSIX, SESSION, SIMPLEXML, SQLITE, TOKENIZER and XML. You can find it at -ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current/ports/www/mod_php4.tar +ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current/ports/www/mod_php5.tar Make sure index.php is part of your DirectoryIndex. |