diff options
author | dirk <dirk@FreeBSD.org> | 2001-12-19 19:49:22 +0000 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2001-12-19 19:49:22 +0000 |
commit | c1612e7c8d603b88c0b4299591a1a493af960e84 (patch) | |
tree | db05524250caf948953400d7b0cd582de67a1ee7 /lang/php5/Makefile | |
parent | 52b6b689621309cac5bca9b5b611e30a152cd47d (diff) | |
download | FreeBSD-ports-c1612e7c8d603b88c0b4299591a1a493af960e84.zip FreeBSD-ports-c1612e7c8d603b88c0b4299591a1a493af960e84.tar.gz |
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 5ff5a43..c7eba8f 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 |