diff options
Diffstat (limited to 'net-im/py-xmpppy-irc/Makefile')
-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}," \ |