diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-12-22 21:49:34 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-12-22 21:49:34 +0000 |
commit | 11dbf38497f2d1dc14a88e83934b6df346c0a55f (patch) | |
tree | 08467cd433f4ebd8ec13e7d5a0d5e7b3ff97e7c7 /devel/pear | |
parent | cf2c15e9dd92f1e9834d7c8d17afd91cba676a29 (diff) | |
download | ports-11dbf38497f2d1dc14a88e83934b6df346c0a55f.tar.gz ports-11dbf38497f2d1dc14a88e83934b6df346c0a55f.zip |
Notes
Diffstat (limited to 'devel/pear')
-rw-r--r-- | devel/pear/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/pear/Makefile b/devel/pear/Makefile index 645d7097fd2d..3d8e807ba716 100644 --- a/devel/pear/Makefile +++ b/devel/pear/Makefile @@ -24,6 +24,8 @@ PLIST_SUB= PEARDIR=${LPHP_LIB} PEARDIR= ${LOCALBASE}/${LPHP_LIB} +FORBIDDEN= "This module is now part of mod_php4 as of 4.1.0" + do-install: @${ECHO} "===> Backup the original PEAR from mod_php4 into ${PEARDIR}.DIST_PHP ..." ${MV} ${PEARDIR} ${PEARDIR}.DIST_PHP |