From fa3512e2a57d498390c78961e5d0a60ffeaafaec Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Sat, 21 Jan 2017 12:56:45 +0000 Subject: Only reinplace the target of the symlinks, not the symlinks PR: 216309 --- sysutils/ansible/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3