diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-07-16 11:06:23 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-07-16 11:06:23 +0000 |
commit | d582318c7f31e6c3af73e1a047949c6a5f4bc0c8 (patch) | |
tree | 891ce3bc0a5fe112928c2c2c32b4a76c2b8c7659 /lang/php5-cli/Makefile | |
parent | Add php5 5.0.0.a1, PHP5 Scripting Language. (diff) |
Add php5-cli, is a PHP5 Command Line Interpreter as php5's
slave port.
PR: ports/54520
Submitted by: Alex Dupre <sysadmin@alexdupre.com>
Repo copied by: joe (cvs)
Approved by: portmgr (no objections)
Diffstat (limited to 'lang/php5-cli/Makefile')
-rw-r--r-- | lang/php5-cli/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/php5-cli/Makefile b/lang/php5-cli/Makefile index 7474f3bfa67c..8d860f633e04 100644 --- a/lang/php5-cli/Makefile +++ b/lang/php5-cli/Makefile @@ -1,11 +1,11 @@ -# New ports collection makefile for: php4-cli +# New ports collection makefile for: php5-cli # Date created: Tue Feb 18 11:17:13 CET 2003 # 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). # CATEGORIES= lang @@ -13,7 +13,7 @@ CATEGORIES= lang MAINTAINER= sysadmin@alexdupre.com PKGMESSAGE= ${.CURDIR}/pkg-message -MASTERDIR= ${.CURDIR}/../php4 +MASTERDIR= ${.CURDIR}/../php5 WITHOUT_APACHE= yes |