diff options
author | dirk <dirk@FreeBSD.org> | 2002-05-13 05:58:06 +0000 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2002-05-13 05:58:06 +0000 |
commit | fdb9a9efdd261e5ef6ba8f71fb4db58c75ebb787 (patch) | |
tree | 7b1a54c5f193a1c7b579c256a57b352231d7d0cc /www/mod_php5/Makefile | |
parent | ea9bb9432d39d2d511bf632d25ff5fbec3e20848 (diff) | |
download | FreeBSD-ports-fdb9a9efdd261e5ef6ba8f71fb4db58c75ebb787.zip FreeBSD-ports-fdb9a9efdd261e5ef6ba8f71fb4db58c75ebb787.tar.gz |
Fix mkdir() bug.
PR: ports/37825
Submitted by: Jason Taylor <jason@jase.org>
Diffstat (limited to 'www/mod_php5/Makefile')
-rw-r--r-- | www/mod_php5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_php5/Makefile b/www/mod_php5/Makefile index bae9bf9..874a0cb 100644 --- a/www/mod_php5/Makefile +++ b/www/mod_php5/Makefile @@ -7,7 +7,7 @@ PORTNAME?= mod_php4 PORTVERSION= 4.2.0 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= www MASTER_SITES= http://us.php.net/${PHP_DISTDIR}/ \ http://php.he.net/${PHP_DISTDIR}/ \ |