svn commit: r432030 - head/sysutils/ansible

Antoine Brodin antoine at FreeBSD.org
Sat Jan 21 12:56:46 UTC 2017


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


More information about the svn-ports-all mailing list