summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authorjdolecek <jdolecek>2004-11-01 19:57:10 +0000
committerjdolecek <jdolecek>2004-11-01 19:57:10 +0000
commit783057d4a7fd43e0b81eb45e797420c4b43d93b4 (patch)
treeb7b259663a9ee3de5a66fddf660981435448ac01 /time
parent8f2f3b67cb64fdb2d8aae99be559615eb1d27ae0 (diff)
downloadpkgsrc-783057d4a7fd43e0b81eb45e797420c4b43d93b4.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 'time')
-rw-r--r--time/pear-Date/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/time/pear-Date/Makefile b/time/pear-Date/Makefile
index 314e5c3f6ff..3f77c9fc91b 100644
--- a/time/pear-Date/Makefile
+++ b/time/pear-Date/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2003/12/17 19:16:42 jdolecek Exp $
+# $NetBSD: Makefile,v 1.3 2004/11/01 19:57:10 jdolecek Exp $
DISTNAME= Date-1.3
CATEGORIES= time
@@ -7,5 +7,5 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://pear.php.net/package/Date
COMMENT= PHP Date and Time Zone Classes
-.include "../../www/php4/pear.mk"
+.include "../../lang/php/pear.mk"
.include "../../mk/bsd.pkg.mk"