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 | |
parent | 83172d44b3bf8b8ac10d599f41f1b9ee59b01d4c (diff) | |
download | freebsd-ports-graphics-c137a5401f8242c4784d4081459c0594fc5dc850.tar.gz freebsd-ports-graphics-c137a5401f8242c4784d4081459c0594fc5dc850.tar.zst freebsd-ports-graphics-c137a5401f8242c4784d4081459c0594fc5dc850.zip |
Make PORTREVISION independent of master port.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php4/Makefile | 1 | ||||
-rw-r--r-- | lang/php5/Makefile | 1 | ||||
-rw-r--r-- | lang/php53/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/lang/php4/Makefile b/lang/php4/Makefile index 03320adfbb3..c7eba8f875e 100644 --- a/lang/php4/Makefile +++ b/lang/php4/Makefile @@ -6,6 +6,7 @@ # PORTNAME= php4 +PORTREVISION= 0 CATEGORIES= lang MASTERDIR= ${.CURDIR}/../../www/mod_php4 diff --git a/lang/php5/Makefile b/lang/php5/Makefile index 03320adfbb3..c7eba8f875e 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -6,6 +6,7 @@ # PORTNAME= php4 +PORTREVISION= 0 CATEGORIES= lang MASTERDIR= ${.CURDIR}/../../www/mod_php4 diff --git a/lang/php53/Makefile b/lang/php53/Makefile index 03320adfbb3..c7eba8f875e 100644 --- a/lang/php53/Makefile +++ b/lang/php53/Makefile @@ -6,6 +6,7 @@ # PORTNAME= php4 +PORTREVISION= 0 CATEGORIES= lang MASTERDIR= ${.CURDIR}/../../www/mod_php4 |