diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2001-06-24 22:37:25 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2001-06-24 22:37:25 +0000 |
commit | 843952245342f108e3dd9519a328c8ee867e2267 (patch) | |
tree | 5ec58168ad95dd2c949c6982779b9bb0d3934ce4 | |
parent | Enable pear support. (diff) |
Make PORTREVISION independent of master port.
Notes
Notes:
svn path=/head/; revision=44398
-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 03320adfbb3f..c7eba8f875ed 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 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 diff --git a/lang/php53/Makefile b/lang/php53/Makefile index 03320adfbb3f..c7eba8f875ed 100644 --- a/lang/php53/Makefile +++ b/lang/php53/Makefile @@ -6,6 +6,7 @@ # PORTNAME= php4 +PORTREVISION= 0 CATEGORIES= lang MASTERDIR= ${.CURDIR}/../../www/mod_php4 |