diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:10:23 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:10:23 +0000 |
commit | 0c710c7b4edb5ca79906be0115763864bc7c903f (patch) | |
tree | 3f6447c55ab3d27cbf7cde9bc54d671393c9aec4 /net/py-xmlrpclib | |
parent | Pick up. (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: net)
Notes
Notes:
svn path=/head/; revision=327755
Diffstat (limited to 'net/py-xmlrpclib')
-rw-r--r-- | net/py-xmlrpclib/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net/py-xmlrpclib/Makefile b/net/py-xmlrpclib/Makefile index 6b830728246f..2b45e9769b01 100644 --- a/net/py-xmlrpclib/Makefile +++ b/net/py-xmlrpclib/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-xmlrpclib -# Date created: 29 May 2001 -# Whom: Johann Visagie <johann@egenetics.com> -# +# Created by: Johann Visagie <johann@egenetics.com> # $FreeBSD$ -# PORTNAME= xmlrpclib PORTVERSION= 1.0.1 @@ -20,6 +16,7 @@ USE_ZIP= yes XRL_DOCDIR= ${PREFIX}/share/doc/py-xmlrpclib XRL_EGDIR= ${PREFIX}/share/examples/py-xmlrpclib +NO_STAGE= yes do-build: @ ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC} @ ${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${WRKSRC} |