diff options
author | jdolecek <jdolecek> | 2003-12-17 19:17:39 +0000 |
---|---|---|
committer | jdolecek <jdolecek> | 2003-12-17 19:17:39 +0000 |
commit | 20bdffced5a8a8be15f00eefbe2d0dfda1b569b1 (patch) | |
tree | 0d81ebac37d70014d102912ef636b0958970f5c4 /www | |
parent | fe9879f00d6dd1051a53182d48f7f38a7f105ce5 (diff) | |
download | pkgsrc-20bdffced5a8a8be15f00eefbe2d0dfda1b569b1.tar.gz |
various fixups:
* set CATEGORIES and MAINTAINER properly
* use correct path to pear.mk
Diffstat (limited to 'www')
-rw-r--r-- | www/pear-HTML_Common/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/pear-HTML_Common/Makefile b/www/pear-HTML_Common/Makefile index 481978b9df8..3d38eba662f 100644 --- a/www/pear-HTML_Common/Makefile +++ b/www/pear-HTML_Common/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/12/17 19:13:28 jdolecek Exp $ +# $NetBSD: Makefile,v 1.2 2003/12/17 19:17:39 jdolecek Exp $ DISTNAME= HTML_Common-1.2.1 +CATEGORIES= www -MAINTAINER= adrianp@stindustries.net +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 -.include "../../wip/php4/pear.mk" +.include "../../www/php4/pear.mk" .include "../../mk/bsd.pkg.mk" |