aboutsummaryrefslogtreecommitdiff
path: root/net-im/py-pyxmpp
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 22:13:34 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 22:13:34 +0000
commit28bf02d683a6e9edd30f15574a3ae61f0ff5e585 (patch)
tree3627eb445c11fcddb4821034c5c6a4a785689342 /net-im/py-pyxmpp
parent0c710c7b4edb5ca79906be0115763864bc7c903f (diff)
Notes
Diffstat (limited to 'net-im/py-pyxmpp')
-rw-r--r--net-im/py-pyxmpp/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/net-im/py-pyxmpp/Makefile b/net-im/py-pyxmpp/Makefile
index 4a54f99aee70..672977213291 100644
--- a/net-im/py-pyxmpp/Makefile
+++ b/net-im/py-pyxmpp/Makefile
@@ -1,9 +1,5 @@
-# Ports collection makefile for: py-pyxmpp
-# Date created: Mar 04, 2005
-# Whom: Vsevolod Stakhov <vsevolod@highsecure.ru>
-#
+# Created by: Vsevolod Stakhov <vsevolod@highsecure.ru>
# $FreeBSD$
-#
PORTNAME= pyxmpp
PORTVERSION= 1.1.2
@@ -22,6 +18,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
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}|"