pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/pear-HTML_Common various fixups:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ab8c7c077d5d
branches:  trunk
changeset: 464911:ab8c7c077d5d
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Wed Dec 17 19:17:39 2003 +0000

description:
various fixups:
* set CATEGORIES and MAINTAINER properly
* use correct path to pear.mk

diffstat:

 www/pear-HTML_Common/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 97b5013cbf9a -r ab8c7c077d5d www/pear-HTML_Common/Makefile
--- a/www/pear-HTML_Common/Makefile     Wed Dec 17 19:16:42 2003 +0000
+++ b/www/pear-HTML_Common/Makefile     Wed Dec 17 19:17:39 2003 +0000
@@ -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@localhost
+MAINTAINER=    tech-kern%NetBSD.org@localhost
 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"



Home | Main Index | Thread Index | Old Index