diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 06:13:34 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 06:13:34 +0800 |
commit | 1970e0c0bc69e6e45a0db0b3c8302bb2e0e8c953 (patch) | |
tree | 3627eb445c11fcddb4821034c5c6a4a785689342 /net-im/py-xmpppy | |
parent | ea8ff22cff3d553574b25de8cfd89024ab2cb22e (diff) | |
download | freebsd-ports-gnome-1970e0c0bc69e6e45a0db0b3c8302bb2e0e8c953.tar.gz freebsd-ports-gnome-1970e0c0bc69e6e45a0db0b3c8302bb2e0e8c953.tar.zst freebsd-ports-gnome-1970e0c0bc69e6e45a0db0b3c8302bb2e0e8c953.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: net-im)
Diffstat (limited to 'net-im/py-xmpppy')
-rw-r--r-- | net-im/py-xmpppy/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net-im/py-xmpppy/Makefile b/net-im/py-xmpppy/Makefile index 14e73254bb00..d3bdf4f23de2 100644 --- a/net-im/py-xmpppy/Makefile +++ b/net-im/py-xmpppy/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: py-xmpppy -# Date created: 21 April 2006 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# +# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> # $FreeBSD$ -# PORTNAME= xmpppy PORTVERSION= 0.5.0 @@ -21,6 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>=1.7.1:${PORTSDIR}/dns/py-dnspytho USE_PYTHON= 2.6+ USE_PYDISTUTILS= yes +NO_STAGE= yes post-patch: @${GREP} -lr '/usr/bin/python' ${WRKSRC} | \ ${XARGS} ${REINPLACE_CMD} -e "s,^#!/usr/bin/python,#!${PYTHON_CMD}," |