diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2004-11-01 19:57:10 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2004-11-01 19:57:10 +0000 |
commit | 35e7ff3c57ed300081e786b2d065e40b730e4df9 (patch) | |
tree | b7b259663a9ee3de5a66fddf660981435448ac01 /www/pear-HTML_Common | |
parent | 83b52ca2e6f53fdd85395d42c906044502e3c79c (diff) | |
download | pkgsrc-35e7ff3c57ed300081e786b2d065e40b730e4df9.tar.gz |
use the shared pear module framework, so that these work with both PHP4
and PHP5; no functional change, so PKGREVISION not bumped
Diffstat (limited to 'www/pear-HTML_Common')
-rw-r--r-- | www/pear-HTML_Common/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/pear-HTML_Common/Makefile b/www/pear-HTML_Common/Makefile index 095d4c6083c..0cac933be50 100644 --- a/www/pear-HTML_Common/Makefile +++ b/www/pear-HTML_Common/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/10/09 16:48:56 jdolecek Exp $ +# $NetBSD: Makefile,v 1.6 2004/11/01 19:57:10 jdolecek Exp $ DISTNAME= HTML_Common-1.2.1 PKGREVISION= 1 @@ -11,5 +11,5 @@ COMMENT= Base PHP class for other HTML classes # This package is base HTML package PEAR_DIRRM_BASEDIR= yes -.include "../../www/php4/pear.mk" +.include "../../lang/php/pear.mk" .include "../../mk/bsd.pkg.mk" |