mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
fix botched sed command refactoring
Reported by: Alex Mur (private email)
This commit is contained in:
parent
ae284d09e2
commit
1fc5a2cf29
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=450357
1 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= ansible
|
||||
PORTVERSION?= 2.4.0.0
|
||||
PORTREVISION?= 0
|
||||
PORTREVISION?= 1
|
||||
CATEGORIES= sysutils python
|
||||
MASTER_SITES= http://releases.ansible.com/ansible/
|
||||
|
||||
|
@ -46,9 +46,9 @@ OPTIONS_DEFINE= DOCS EXAMPLES
|
|||
|
||||
post-patch:
|
||||
${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} \
|
||||
-e 's|/usr/bin/python|${PYTHON_CMD}|'
|
||||
-e 's|/etc/ansible|${ETCDIR}|' \
|
||||
-e 's|/usr/share/ansible|${DATADIR}|'
|
||||
-e 's|/usr/bin/python|${PYTHON_CMD}|g' \
|
||||
-e 's|/etc/ansible|${ETCDIR}|g' \
|
||||
-e 's|/usr/share/ansible|${DATADIR}|g'
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${STAGEDIR}${MAN1PREFIX}/man/man1
|
||||
|
|
Loading…
Add table
Reference in a new issue