use buildlink for Python
This commit is contained in:
parent
3f0aa6e853
commit
5c55cd016d
4 changed files with 11 additions and 11 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.2 2001/09/09 20:36:39 agc Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2002/01/16 21:09:47 drochner Exp $
|
||||
#
|
||||
|
||||
DISTNAME= soaplib-0.8-20000621
|
||||
|
@ -14,7 +14,6 @@ COMMENT= implementation of the SOAP 1.1 protocol
|
|||
WRKSRC= ${WRKDIR}
|
||||
NO_BUILD= yes
|
||||
|
||||
USE_PYTHON= yes
|
||||
PY_PATCHPLIST= yes
|
||||
|
||||
do-install:
|
||||
|
@ -22,4 +21,5 @@ do-install:
|
|||
${INSTALL_DATA} ${WRKSRC}/$$i ${PREFIX}/${PYSITELIB}; \
|
||||
done
|
||||
|
||||
.include "../../lang/python/extension.buildlink.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:58:14 zuntum Exp $
|
||||
PYSITELIB/soaplib.py
|
||||
PYSITELIB/soapserver.py
|
||||
@comment $NetBSD: PLIST,v 1.2 2002/01/16 21:09:47 drochner Exp $
|
||||
${PYSITELIB}/soaplib.py
|
||||
${PYSITELIB}/soapserver.py
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.2 2001/09/09 20:36:39 agc Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2002/01/16 21:11:50 drochner Exp $
|
||||
#
|
||||
|
||||
DISTNAME= xmlrpc-0.9.8-990621
|
||||
|
@ -14,7 +14,6 @@ COMMENT= implementation of the XML-RPC protocol for Python
|
|||
WRKSRC= ${WRKDIR}
|
||||
NO_BUILD= yes
|
||||
|
||||
USE_PYTHON= yes
|
||||
PY_PATCHPLIST= yes
|
||||
|
||||
do-install:
|
||||
|
@ -22,4 +21,5 @@ do-install:
|
|||
${INSTALL_DATA} $$f ${PREFIX}/${PYSITELIB}; \
|
||||
done
|
||||
|
||||
.include "../../lang/python/extension.buildlink.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:58:16 zuntum Exp $
|
||||
PYSITELIB/xmlrpclib.py
|
||||
PYSITELIB/xmlrpcserver.py
|
||||
PYSITELIB/xmlrpc_handler.py
|
||||
@comment $NetBSD: PLIST,v 1.2 2002/01/16 21:11:50 drochner Exp $
|
||||
${PYSITELIB}/xmlrpclib.py
|
||||
${PYSITELIB}/xmlrpcserver.py
|
||||
${PYSITELIB}/xmlrpc_handler.py
|
||||
|
|
Loading…
Reference in a new issue