diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2001-03-04 18:35:42 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2001-03-04 18:35:42 +0000 |
commit | 64e91f58f3d564678650a65ae36edf92a5c59b7b (patch) | |
tree | 3dcfebfca15862feaf344952bbab480cf961f0f1 | |
parent | Disable php, enable php3. (diff) |
Mark FORBIDDEN, now that we have lang/php3 instead. Awaiting complete
removal.
Notes
Notes:
svn path=/head/; revision=39051
-rw-r--r-- | lang/php/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/php/Makefile b/lang/php/Makefile index ea00a6587b2b..0205d57e372c 100644 --- a/lang/php/Makefile +++ b/lang/php/Makefile @@ -22,6 +22,8 @@ MASTER_SITES= ftp://ftp.php.net/pub/${PHP_DISTDIR}/ \ MAINTAINER= roam@FreeBSD.org +FORBIDDEN= "Use lang/php3 instead" + PHP_DISTDIR= distributions GNU_CONFIGURE= yes |