diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2004-04-03 04:41:47 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2004-04-03 04:41:47 +0000 |
commit | 60d05887aeda02ba4801f1651f4f305ed6cca990 (patch) | |
tree | 4c4efd932be19294731ac10fd45c21fc43c2e7b0 /www/pear-HTML_Common | |
parent | b7be5da54fd1de91efc6d9fff3993d4ea6a0e5f1 (diff) | |
download | pkgsrc-60d05887aeda02ba4801f1651f4f305ed6cca990.tar.gz |
this now needs to set $PEAR_DIRRM_BASEDIR, so that this package
would include @dirrm for the shared 'HTML' subdirectory
bump pkg revision for this change
Diffstat (limited to 'www/pear-HTML_Common')
-rw-r--r-- | www/pear-HTML_Common/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/www/pear-HTML_Common/Makefile b/www/pear-HTML_Common/Makefile index 3d38eba662f..9a8668d9816 100644 --- a/www/pear-HTML_Common/Makefile +++ b/www/pear-HTML_Common/Makefile @@ -1,11 +1,15 @@ -# $NetBSD: Makefile,v 1.2 2003/12/17 19:17:39 jdolecek Exp $ +# $NetBSD: Makefile,v 1.3 2004/04/03 04:41:47 jdolecek Exp $ DISTNAME= HTML_Common-1.2.1 +PKGREVISION= 1 CATEGORIES= www MAINTAINER= tech-kern@NetBSD.org HOMEPAGE= http://pear.php.net/package/HTML_Common COMMENT= PEAR::HTML_Common is a base PHP class for other HTML classes +# This package is base HTML package +PEAR_DIRRM_BASEDIR= yes + .include "../../www/php4/pear.mk" .include "../../mk/bsd.pkg.mk" |