summaryrefslogtreecommitdiff
path: root/www/pear-HTML_Common
diff options
context:
space:
mode:
authorjdolecek <jdolecek@pkgsrc.org>2003-12-17 19:17:39 +0000
committerjdolecek <jdolecek@pkgsrc.org>2003-12-17 19:17:39 +0000
commit8458dd2b4d8f07f3b94593cd4458bbc7da2c90cf (patch)
tree0d81ebac37d70014d102912ef636b0958970f5c4 /www/pear-HTML_Common
parentaba866f7741d247fb12e95e0f32b178ef4a94456 (diff)
downloadpkgsrc-8458dd2b4d8f07f3b94593cd4458bbc7da2c90cf.tar.gz
various fixups:
* set CATEGORIES and MAINTAINER properly * use correct path to pear.mk
Diffstat (limited to 'www/pear-HTML_Common')
-rw-r--r--www/pear-HTML_Common/Makefile7
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"