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:
parent
d388386830
commit
a002244ec4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=188784
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user