for transition, move to lang/python20/Makefile.inc

This commit is contained in:
drochner 2002-01-22 18:26:19 +00:00
parent 512cdbfe3a
commit 326b7447a4
2 changed files with 4 additions and 4 deletions

View file

@ -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"

View file

@ -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"