diff options
author | recht <recht@pkgsrc.org> | 2004-01-23 15:39:13 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-01-23 15:39:13 +0000 |
commit | caef7d2d630098feac81fc2c20751fd69871504a (patch) | |
tree | 0989f73ef43feed1475c6fc2e299f4624321dafe | |
parent | 2b3c97bffa517de4f3d129f4e6b5a2e4dfabb6ae (diff) | |
download | pkgsrc-caef7d2d630098feac81fc2c20751fd69871504a.tar.gz |
catch up with pyxml -> py-xml name change
-rw-r--r-- | textproc/py-FourSuite/Makefile | 4 | ||||
-rw-r--r-- | time/gdeskcal/Makefile | 4 | ||||
-rw-r--r-- | www/zope25-ParsedXML/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/textproc/py-FourSuite/Makefile b/textproc/py-FourSuite/Makefile index 9978cc95229..4103c446eba 100644 --- a/textproc/py-FourSuite/Makefile +++ b/textproc/py-FourSuite/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/07/17 22:54:44 grant Exp $ +# $NetBSD: Makefile,v 1.6 2004/01/23 15:39:13 recht Exp $ # DISTNAME= 4Suite-0.12.0a3 @@ -17,6 +17,6 @@ PY_PATCHPLIST= yes USE_BUILDLINK2= yes #pyxml is needed at runtime to get pyexpat -#.include "../../textproc/pyxml/buildlink2.mk" +#.include "../../textproc/py-xml/buildlink2.mk" .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" diff --git a/time/gdeskcal/Makefile b/time/gdeskcal/Makefile index 7b8c9ccaa25..02a6ca43efa 100644 --- a/time/gdeskcal/Makefile +++ b/time/gdeskcal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/01/03 18:49:54 reed Exp $ +# $NetBSD: Makefile,v 1.9 2004/01/23 15:40:43 recht Exp $ # DISTNAME= gDeskCal-0_55 @@ -26,6 +26,6 @@ do-install: ${LN} -s ${PREFIX}/lib/gdeskcal/gdeskcal ${PREFIX}/bin .include "../../x11/py-gtk2/buildlink2.mk" -.include "../../textproc/pyxml/buildlink2.mk" +.include "../../textproc/py-xml/buildlink2.mk" .include "../../lang/python/application.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/zope25-ParsedXML/Makefile b/www/zope25-ParsedXML/Makefile index 0d4cd293911..3ca64039e6a 100644 --- a/www/zope25-ParsedXML/Makefile +++ b/www/zope25-ParsedXML/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/07/22 04:14:43 martti Exp $ +# $NetBSD: Makefile,v 1.8 2004/01/23 15:39:13 recht Exp $ DISTNAME= ParsedXML-1.3.1 PKGREVISION= 1 @@ -15,5 +15,5 @@ ZOPE_COPYPRODUCT= zope-std-copyproduct-short USE_BUILDLINK2= yes .include "../../www/zope25/product.mk" -.include "../../textproc/pyxml/buildlink2.mk" +.include "../../textproc/py-xml/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |