1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

- Change delimited in sed expression, PYTHON_CMD can legally contain dots

This commit is contained in:
Pav Lucistnik 2007-03-29 21:19:51 +00:00
parent d388386830
commit a002244ec4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=188784

View File

@ -32,7 +32,7 @@ DDIR= ${PYTHON_SITELIBDIR}/xmpp/irc
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}," \
-e "s!/etc/jabber/jabber-irc.conf!${PREFIX}/etc/${PORTNAME:S.-..}.conf!"
do-install: