From fdb9a9efdd261e5ef6ba8f71fb4db58c75ebb787 Mon Sep 17 00:00:00 2001 From: dirk Date: Mon, 13 May 2002 05:58:06 +0000 Subject: Fix mkdir() bug. PR: ports/37825 Submitted by: Jason Taylor --- lang/php4/Makefile | 2 +- lang/php5/Makefile | 2 +- lang/php53/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'lang') diff --git a/lang/php4/Makefile b/lang/php4/Makefile index c7eba8f875e..e6142fd31fa 100644 --- a/lang/php4/Makefile +++ b/lang/php4/Makefile @@ -6,7 +6,7 @@ # PORTNAME= php4 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= lang MASTERDIR= ${.CURDIR}/../../www/mod_php4 diff --git a/lang/php5/Makefile b/lang/php5/Makefile index c7eba8f875e..e6142fd31fa 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -6,7 +6,7 @@ # PORTNAME= php4 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= lang MASTERDIR= ${.CURDIR}/../../www/mod_php4 diff --git a/lang/php53/Makefile b/lang/php53/Makefile index c7eba8f875e..e6142fd31fa 100644 --- a/lang/php53/Makefile +++ b/lang/php53/Makefile @@ -6,7 +6,7 @@ # PORTNAME= php4 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= lang MASTERDIR= ${.CURDIR}/../../www/mod_php4 -- cgit