diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2017-01-21 12:56:45 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2017-01-21 12:56:45 +0000 |
commit | fa3512e2a57d498390c78961e5d0a60ffeaafaec (patch) | |
tree | 28a1c854ec0a0df72550c58ec5288e77bc6a0281 | |
parent | Update to 0.42.1. (diff) |
Only reinplace the target of the symlinks, not the symlinks
PR: 216309
Notes
Notes:
svn path=/head/; revision=432030
-rw-r--r-- | sysutils/ansible/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/ansible/Makefile b/sysutils/ansible/Makefile index d1f1e13d8733..2594851c7508 100644 --- a/sysutils/ansible/Makefile +++ b/sysutils/ansible/Makefile @@ -51,7 +51,7 @@ NETADDR_DESC= Dependency on py-netaddr for ipaddr() filter NETADDR_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}netaddr>0:net/py-netaddr post-patch: -.for f in bin/* docs/man/man1/* examples/* lib/ansible/*.py \ +.for f in bin/ansible docs/man/man1/* examples/* lib/ansible/*.py \ lib/ansible/*/*.py lib/ansible/*/*/*.py lib/ansible/*/*/*/*.py @${REINPLACE_CMD} -e 's|/etc/ansible|${ETCDIR}|' ${WRKSRC}/${f} .endfor |