diff options
author | dirk <dirk@FreeBSD.org> | 2001-06-25 06:57:37 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2001-06-25 06:57:37 +0800 |
commit | 36435461f1fa87b60f3e86093f63c378eac2738b (patch) | |
tree | 0af90fb72106203c53ea1ed08b4f6d81156d1353 /www/mod_php4/Makefile | |
parent | a0921d6a4bfb9178493830b698f43300e9bb610b (diff) | |
download | freebsd-ports-graphics-36435461f1fa87b60f3e86093f63c378eac2738b.tar.gz freebsd-ports-graphics-36435461f1fa87b60f3e86093f63c378eac2738b.tar.zst freebsd-ports-graphics-36435461f1fa87b60f3e86093f63c378eac2738b.zip |
Fix plist after 4.0.6 upgrade.
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 22b2bc8749d..523d4a7fa3c 100644 --- a/www/mod_php4/Makefile +++ b/www/mod_php4/Makefile @@ -7,7 +7,7 @@ PORTNAME?= mod_php4 PORTVERSION= 4.0.6 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES?= www MASTER_SITES= http://us.php.net/${PHP_DISTDIR}/ \ http://php.he.net/${PHP_DISTDIR}/ \ |