diff options
author | jdolecek <jdolecek> | 2004-04-03 04:41:47 +0000 |
---|---|---|
committer | jdolecek <jdolecek> | 2004-04-03 04:41:47 +0000 |
commit | b01cce7be1559873d9f791d011c0899c863f5ff8 (patch) | |
tree | 4c4efd932be19294731ac10fd45c21fc43c2e7b0 /www | |
parent | fbc84bd8f9142dee3c3d92e059b6314610037b52 (diff) | |
download | pkgsrc-b01cce7be1559873d9f791d011c0899c863f5ff8.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')
-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" |