From e44bf515dca964f13aa06a03626a32a7753205f3 Mon Sep 17 00:00:00 2001 From: jlam Date: Sat, 21 Sep 2002 23:46:45 +0000 Subject: Strip the ".buildlink" from the names of the python application and extension Makefile fragments, because they really don't have anything to do with the buildlink[12] frameworks. Change all the Makefiles that use application.buildlink.mk and extension.buildlink.mk to use application.mk and extension.mk instead. --- converters/py-koCodecs/Makefile | 4 ++-- converters/py-zhCodecs/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'converters') diff --git a/converters/py-koCodecs/Makefile b/converters/py-koCodecs/Makefile index 8907e331ecb..0318ab0974d 100644 --- a/converters/py-koCodecs/Makefile +++ b/converters/py-koCodecs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/07/07 16:03:16 jschauma Exp $ +# $NetBSD: Makefile,v 1.3 2002/09/21 23:46:46 jlam Exp $ DISTNAME= KoreanCodecs-2.0.4 PKGNAME= ${PYPKGPREFIX}-koCodecs-2.0.4 @@ -12,5 +12,5 @@ COMMENT= Python Unicode codecs for Korean charsets PYDISTUTILSPKG= yes PYBINMODULE= yes -.include "../../lang/python/extension.buildlink.mk" +.include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" diff --git a/converters/py-zhCodecs/Makefile b/converters/py-zhCodecs/Makefile index 5a3667d99f9..87c0b2f9ea5 100644 --- a/converters/py-zhCodecs/Makefile +++ b/converters/py-zhCodecs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/06/15 08:18:15 shell Exp $ +# $NetBSD: Makefile,v 1.2 2002/09/21 23:46:46 jlam Exp $ DISTNAME= ChineseCodecs1.2.0 PKGNAME= ${PYPKGPREFIX}-zhCodecs-1.2.0 @@ -18,5 +18,5 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/Python post-extract: @${CHMOD} 711 ${WRKSRC}/chinesetw -.include "../../lang/python/extension.buildlink.mk" +.include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3