diff options
author | jlam <jlam@pkgsrc.org> | 2002-09-21 23:46:45 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-09-21 23:46:45 +0000 |
commit | e44bf515dca964f13aa06a03626a32a7753205f3 (patch) | |
tree | 697974df9adeedbe3b04d377f1c3143f916bf1ab /converters | |
parent | 48fe50ff788b4a1718b3fe1c754d3d5bc74a469e (diff) | |
download | pkgsrc-e44bf515dca964f13aa06a03626a32a7753205f3.tar.gz |
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.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/py-koCodecs/Makefile | 4 | ||||
-rw-r--r-- | converters/py-zhCodecs/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
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" |