summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lang/py-extclass/Makefile4
-rw-r--r--textproc/py-dtml/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/py-extclass/Makefile b/lang/py-extclass/Makefile
index a2fcccee4ff..337c01e3f99 100644
--- a/lang/py-extclass/Makefile
+++ b/lang/py-extclass/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2001/02/17 09:07:26 agc Exp $
+# $NetBSD: Makefile,v 1.10 2002/01/22 18:26:19 drochner Exp $
#
DISTNAME= Zope-2.2.2-src
@@ -34,5 +34,5 @@ do-install:
${INSTALL_DATA_DIR} ${PY_SITEPKG}/extclass_doc ; \
${INSTALL_DATA} *.txt *.stx ${PY_SITEPKG}/extclass_doc)
-.include "../../lang/python/Makefile.inc"
+.include "../../lang/python20/Makefile.inc"
.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/py-dtml/Makefile b/textproc/py-dtml/Makefile
index 6354b53db5c..2548f3bd706 100644
--- a/textproc/py-dtml/Makefile
+++ b/textproc/py-dtml/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2001/02/17 17:37:41 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2002/01/22 18:28:59 drochner Exp $
#
DISTNAME= Zope-2.2.2-src
@@ -41,6 +41,6 @@ do-install:
${PY_SITEPATH}/StructuredText \
-type d -print | ${SED} -e "s/^/@dirrm /" >>${PLIST_SRC})
-.include "../../lang/python/Makefile.inc"
+.include "../../lang/python20/Makefile.inc"
.include "../../mk/bsd.pkg.mk"