diff options
author | jlam <jlam@pkgsrc.org> | 2001-10-16 06:58:30 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-10-16 06:58:30 +0000 |
commit | 28578b62136dfa75a83b603e2351eef7fd8fa0bd (patch) | |
tree | 0b2d8030dbbd5bb7be1f3c5a5f804310a10b9490 /textproc | |
parent | 06bd47c11ae4ea93e477d4a466fbed4eea902753 (diff) | |
download | pkgsrc-28578b62136dfa75a83b603e2351eef7fd8fa0bd.tar.gz |
Find Makefile.module in ../../www/php4.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/php4-sablot/Makefile | 4 | ||||
-rw-r--r-- | textproc/php4-wddx/Makefile | 4 | ||||
-rw-r--r-- | textproc/php4-xml/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/textproc/php4-sablot/Makefile b/textproc/php4-sablot/Makefile index 4ddc7b39c5a..4a1149b9d41 100644 --- a/textproc/php4-sablot/Makefile +++ b/textproc/php4-sablot/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/10/16 06:23:08 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2001/10/16 06:58:34 jlam Exp $ -.include "../php4/Makefile.module" +.include "../../www/php4/Makefile.module" MODNAME= sablot CATEGORIES+= textproc diff --git a/textproc/php4-wddx/Makefile b/textproc/php4-wddx/Makefile index 919eaeb3248..7b401dbe700 100644 --- a/textproc/php4-wddx/Makefile +++ b/textproc/php4-wddx/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/10/16 06:28:06 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2001/10/16 06:58:34 jlam Exp $ -.include "../php4/Makefile.module" +.include "../../www/php4/Makefile.module" MODNAME= wddx CATEGORIES+= textproc diff --git a/textproc/php4-xml/Makefile b/textproc/php4-xml/Makefile index f56566429a5..994f92ec49d 100644 --- a/textproc/php4-xml/Makefile +++ b/textproc/php4-xml/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/10/16 06:26:10 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2001/10/16 06:58:34 jlam Exp $ -.include "../php4/Makefile.module" +.include "../../www/php4/Makefile.module" MODNAME= xml CATEGORIES+= textproc |