summaryrefslogtreecommitdiff
path: root/www/php5-cgi/Makefile
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2003-07-16 11:15:17 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2003-07-16 11:15:17 +0000
commit8d8d996a18ec1b4a4865f08cf5eb208c29a0fbbc (patch)
treee9813695832eb3d6a779497fa6e97986aae769fd /www/php5-cgi/Makefile
parentAdd mod_php5, is a PHP Apache module as php5's (diff)
Add php5-cgi, is a PHP Common Gateway Interface as php5's
slave port. PR: ports/54522 Submitted by: Alex Dupre <sysadmin@alexdupre.com> Repo copied by: joe (cvs) Approved by: portmgr (no objections)
Notes
Notes: svn path=/head/; revision=84984
Diffstat (limited to 'www/php5-cgi/Makefile')
-rw-r--r--www/php5-cgi/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/php5-cgi/Makefile b/www/php5-cgi/Makefile
index 9dc5cf5c6151..6e4bd6fa4966 100644
--- a/www/php5-cgi/Makefile
+++ b/www/php5-cgi/Makefile
@@ -1,11 +1,11 @@
-# New ports collection makefile for: php4-cli
+# New ports collection makefile for: php5-cgi
# Date created: Fri May 23 12:23:07 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= www
@@ -13,7 +13,7 @@ CATEGORIES= www
MAINTAINER= sysadmin@alexdupre.com
PKGMESSAGE= ${.CURDIR}/pkg-message
-MASTERDIR= ${.CURDIR}/../../lang/php4
+MASTERDIR= ${.CURDIR}/../../lang/php5
WITHOUT_APACHE= yes
WITHOUT_CLI= yes