diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2004-11-01 19:57:10 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2004-11-01 19:57:10 +0000 |
commit | b5617b477eeeb78e26f8aaedf55fe7cf4f673f64 (patch) | |
tree | b7b259663a9ee3de5a66fddf660981435448ac01 /time | |
parent | 7b5228a60f3566dad28e37e7d6e47721866b6d1c (diff) | |
download | pkgsrc-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 'time')
-rw-r--r-- | time/pear-Date/Makefile | 4 |
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" |