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