summaryrefslogtreecommitdiff
path: root/net/py-xmlrpclib
diff options
context:
space:
mode:
authorjlam <jlam>2002-09-21 23:46:45 +0000
committerjlam <jlam>2002-09-21 23:46:45 +0000
commitf657dcb9d40d75572cc4d6babcbb719f9616f545 (patch)
tree697974df9adeedbe3b04d377f1c3143f916bf1ab /net/py-xmlrpclib
parenta2d478624567e00e879b26d6be18b39e42534fc7 (diff)
downloadpkgsrc-f657dcb9d40d75572cc4d6babcbb719f9616f545.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 'net/py-xmlrpclib')
-rw-r--r--net/py-xmlrpclib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/py-xmlrpclib/Makefile b/net/py-xmlrpclib/Makefile
index 3eccc79781d..0e0da47e89e 100644
--- a/net/py-xmlrpclib/Makefile
+++ b/net/py-xmlrpclib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2002/01/17 11:31:57 drochner Exp $
+# $NetBSD: Makefile,v 1.5 2002/09/21 23:46:55 jlam Exp $
#
DISTNAME= xmlrpc-0.9.8-990621
@@ -21,5 +21,5 @@ do-install:
${INSTALL_DATA} $$f ${PREFIX}/${PYSITELIB}; \
done
-.include "../../lang/python/extension.buildlink.mk"
+.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"