diff options
author | dirk <dirk@FreeBSD.org> | 2002-05-13 13:58:06 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2002-05-13 13:58:06 +0800 |
commit | fdb9a9efdd261e5ef6ba8f71fb4db58c75ebb787 (patch) | |
tree | 7b1a54c5f193a1c7b579c256a57b352231d7d0cc /www/mod_php4/Makefile | |
parent | ea9bb9432d39d2d511bf632d25ff5fbec3e20848 (diff) | |
download | freebsd-ports-graphics-fdb9a9efdd261e5ef6ba8f71fb4db58c75ebb787.tar.gz freebsd-ports-graphics-fdb9a9efdd261e5ef6ba8f71fb4db58c75ebb787.tar.zst freebsd-ports-graphics-fdb9a9efdd261e5ef6ba8f71fb4db58c75ebb787.zip |
Fix mkdir() bug.
PR: ports/37825
Submitted by: Jason Taylor <jason@jase.org>
Diffstat (limited to 'www/mod_php4/Makefile')
-rw-r--r-- | www/mod_php4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_php4/Makefile b/www/mod_php4/Makefile index bae9bf9669d..874a0cb4080 100644 --- a/www/mod_php4/Makefile +++ b/www/mod_php4/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}/ \ |