diff options
author | dirk <dirk@FreeBSD.org> | 2001-06-25 06:37:25 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2001-06-25 06:37:25 +0800 |
commit | c137a5401f8242c4784d4081459c0594fc5dc850 (patch) | |
tree | c1bf82230703a7ebf1c359e84f4b8dd64e9bcbef /lang/php5 | |
parent | 83172d44b3bf8b8ac10d599f41f1b9ee59b01d4c (diff) | |
download | freebsd-ports-gnome-c137a5401f8242c4784d4081459c0594fc5dc850.tar.gz freebsd-ports-gnome-c137a5401f8242c4784d4081459c0594fc5dc850.tar.zst freebsd-ports-gnome-c137a5401f8242c4784d4081459c0594fc5dc850.zip |
Make PORTREVISION independent of master port.
Diffstat (limited to 'lang/php5')
-rw-r--r-- | lang/php5/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile index 03320adfbb3f..c7eba8f875ed 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -6,6 +6,7 @@ # PORTNAME= php4 +PORTREVISION= 0 CATEGORIES= lang MASTERDIR= ${.CURDIR}/../../www/mod_php4 |