diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:13:34 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:13:34 +0000 |
commit | 28bf02d683a6e9edd30f15574a3ae61f0ff5e585 (patch) | |
tree | 3627eb445c11fcddb4821034c5c6a4a785689342 /net-im/py-xmpppy-irc | |
parent | 0c710c7b4edb5ca79906be0115763864bc7c903f (diff) | |
download | ports-28bf02d683a6e9edd30f15574a3ae61f0ff5e585.tar.gz ports-28bf02d683a6e9edd30f15574a3ae61f0ff5e585.zip |
Notes
Diffstat (limited to 'net-im/py-xmpppy-irc')
-rw-r--r-- | net-im/py-xmpppy-irc/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net-im/py-xmpppy-irc/Makefile b/net-im/py-xmpppy-irc/Makefile index 5f992b531fc3..39b7558dfe92 100644 --- a/net-im/py-xmpppy-irc/Makefile +++ b/net-im/py-xmpppy-irc/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: py-irc-transport -# Date created: 21 April 2006 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# +# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> # $FreeBSD$ -# PORTNAME= xmpppy-irc PORTVERSION= 0.3 @@ -32,6 +28,7 @@ DDIR= ${PYTHON_SITELIBDIR}/xmpp/irc PORTSCOUT= limit:^0\.4[1-4] +NO_STAGE= yes post-patch: @${GREP} -lr '/usr/bin/python' ${WRKSRC} | \ ${XARGS} ${REINPLACE_CMD} -e "s,/usr/bin/python,${PYTHON_CMD}," \ |