Date: Sat, 21 Jan 2017 12:56:45 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r432030 - head/sysutils/ansible Message-ID: <201701211256.v0LCujYQ028013@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sat Jan 21 12:56:45 2017 New Revision: 432030 URL: https://svnweb.freebsd.org/changeset/ports/432030 Log: Only reinplace the target of the symlinks, not the symlinks PR: 216309 Modified: head/sysutils/ansible/Makefile Modified: head/sysutils/ansible/Makefile ============================================================================== --- head/sysutils/ansible/Makefile Sat Jan 21 12:54:29 2017 (r432029) +++ head/sysutils/ansible/Makefile Sat Jan 21 12:56:45 2017 (r432030) @@ -51,7 +51,7 @@ NETADDR_DESC= Dependency on py-netaddr f 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701211256.v0LCujYQ028013>