aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlifanov <lifanov@FreeBSD.org>2017-09-26 06:49:41 +0800
committerlifanov <lifanov@FreeBSD.org>2017-09-26 06:49:41 +0800
commite980de1bb1c8b2c3436a68463b3275d0acd1959c (patch)
tree23fe7a2a43429e8e4b9684e7f5b0fd334cddf929
parentef870e4a85f46cbc4bf4c2bc6fbda9c17159857b (diff)
downloadfreebsd-ports-gnome-e980de1bb1c8b2c3436a68463b3275d0acd1959c.tar.gz
freebsd-ports-gnome-e980de1bb1c8b2c3436a68463b3275d0acd1959c.tar.zst
freebsd-ports-gnome-e980de1bb1c8b2c3436a68463b3275d0acd1959c.zip
fix setting value for ansible_python_interpreter
Thanks to mat for fixing qa.sh for this! PR: 222561 Submitted by: gwright@antiope.com Reported by: gwright@antiope.com, Alex Mur (private email)
-rw-r--r--sysutils/ansible/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/ansible/Makefile b/sysutils/ansible/Makefile
index 776652d42384..6fa61f4d1c83 100644
--- a/sysutils/ansible/Makefile
+++ b/sysutils/ansible/Makefile
@@ -3,7 +3,7 @@
PORTNAME= ansible
PORTVERSION?= 2.4.0.0
-PORTREVISION?= 1
+PORTREVISION?= 2
CATEGORIES= sysutils python
MASTER_SITES= http://releases.ansible.com/ansible/
@@ -46,7 +46,6 @@ OPTIONS_DEFINE= DOCS EXAMPLES
post-patch:
${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} \
- -e 's|/usr/bin/python|${PYTHON_CMD}|g' \
-e 's|/etc/ansible|${ETCDIR}|g' \
-e 's|/usr/share/ansible|${DATADIR}|g'