diff options
author | dirk <dirk@FreeBSD.org> | 2001-12-20 03:49:22 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2001-12-20 03:49:22 +0800 |
commit | c1612e7c8d603b88c0b4299591a1a493af960e84 (patch) | |
tree | db05524250caf948953400d7b0cd582de67a1ee7 /lang/php5/Makefile | |
parent | 52b6b689621309cac5bca9b5b611e30a152cd47d (diff) | |
download | freebsd-ports-gnome-c1612e7c8d603b88c0b4299591a1a493af960e84.tar.gz freebsd-ports-gnome-c1612e7c8d603b88c0b4299591a1a493af960e84.tar.zst freebsd-ports-gnome-c1612e7c8d603b88c0b4299591a1a493af960e84.zip |
Set PORTREVISION to 0 after upgrading mod_php4 to 4.1.0.
Diffstat (limited to 'lang/php5/Makefile')
-rw-r--r-- | lang/php5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile index 5ff5a4373de5..c7eba8f875ed 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -6,7 +6,7 @@ # PORTNAME= php4 -PORTREVISION= 2 +PORTREVISION= 0 CATEGORIES= lang MASTERDIR= ${.CURDIR}/../../www/mod_php4 |