summaryrefslogtreecommitdiff
path: root/sysutils/pear-Log
diff options
context:
space:
mode:
authorjdolecek <jdolecek@pkgsrc.org>2004-11-01 19:57:10 +0000
committerjdolecek <jdolecek@pkgsrc.org>2004-11-01 19:57:10 +0000
commitb5617b477eeeb78e26f8aaedf55fe7cf4f673f64 (patch)
treeb7b259663a9ee3de5a66fddf660981435448ac01 /sysutils/pear-Log
parent7b5228a60f3566dad28e37e7d6e47721866b6d1c (diff)
downloadpkgsrc-b5617b477eeeb78e26f8aaedf55fe7cf4f673f64.tar.gz
use the shared pear module framework, so that these work with both PHP4
and PHP5; no functional change, so PKGREVISION not bumped
Diffstat (limited to 'sysutils/pear-Log')
-rw-r--r--sysutils/pear-Log/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/pear-Log/Makefile b/sysutils/pear-Log/Makefile
index 3297b355f24..27151c12db9 100644
--- a/sysutils/pear-Log/Makefile
+++ b/sysutils/pear-Log/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/04/02 22:00:50 jdolecek Exp $
+# $NetBSD: Makefile,v 1.6 2004/11/01 19:57:10 jdolecek Exp $
DISTNAME= Log-1.8.4
CATEGORIES= sysutils
@@ -7,5 +7,5 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.csh.rit.edu/~jon/projects/pear_log/
COMMENT= PHP Log framework provides an abstracted logging system
-.include "../../www/php4/pear.mk"
+.include "../../lang/php/pear.mk"
.include "../../mk/bsd.pkg.mk"