diff options
author | drochner <drochner@pkgsrc.org> | 2002-01-22 18:26:19 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2002-01-22 18:26:19 +0000 |
commit | 326b7447a4f0a16f0f3606e2d2b873743cae4e18 (patch) | |
tree | 461cfcdfe93a046220e0f1ca2833bf08e38b46e4 /lang | |
parent | 512cdbfe3a04ef2e42da01ab7bd5c7227751f617 (diff) | |
download | pkgsrc-326b7447a4f0a16f0f3606e2d2b873743cae4e18.tar.gz |
for transition, move to lang/python20/Makefile.inc
Diffstat (limited to 'lang')
-rw-r--r-- | lang/py-extclass/Makefile | 4 |
1 files changed, 2 insertions, 2 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" |