diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-18 13:24:02 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-18 13:24:02 +0000 |
commit | ea260de12090cfa8ad8bdd9d6d2c0213438ecf26 (patch) | |
tree | a50a78f6af3d6b4220ac3fde91ddec488febd0da | |
parent | 09a16b2cfde72f12fe16b163281758294b748adc (diff) | |
download | ports-ea260de12090cfa8ad8bdd9d6d2c0213438ecf26.tar.gz ports-ea260de12090cfa8ad8bdd9d6d2c0213438ecf26.zip |
Notes
-rw-r--r-- | net-im/py-xmpppy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/py-xmpppy/Makefile b/net-im/py-xmpppy/Makefile index 4c26afb7f3dd..495b9f8cc80e 100644 --- a/net-im/py-xmpppy/Makefile +++ b/net-im/py-xmpppy/Makefile @@ -19,6 +19,6 @@ USE_PYDISTUTILS= yes post-patch: @${GREP} -lr '/usr/bin/python' ${WRKSRC} | \ - ${XARGS} ${REINPLACE_CMD} -e "s.^#!/usr/bin/python.#!${PYTHON_CMD}." + ${XARGS} ${REINPLACE_CMD} -e "s,^#!/usr/bin/python,#!${PYTHON_CMD}," .include <bsd.port.mk> |