aboutsummaryrefslogtreecommitdiff
path: root/sysutils/ansible/Makefile
diff options
context:
space:
mode:
authorLars Engels <lme@FreeBSD.org>2019-06-05 15:39:23 +0000
committerLars Engels <lme@FreeBSD.org>2019-06-05 15:39:23 +0000
commit64950e311f58428e348356f5a1d5ee6772b44613 (patch)
tree5ebb6a7bc5014c176ef96095019606f935b639e1 /sysutils/ansible/Makefile
parent672bc6506c31ea176374d0f5877a85b881f11760 (diff)
downloadports-64950e311f58428e348356f5a1d5ee6772b44613.tar.gz
ports-64950e311f58428e348356f5a1d5ee6772b44613.zip
sysutils/ansible:
- Don't install .bak files created during patching stage - Bump PORTREVISION Approved by: just fix it
Notes
Notes: svn path=/head/; revision=503511
Diffstat (limited to 'sysutils/ansible/Makefile')
-rw-r--r--sysutils/ansible/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/ansible/Makefile b/sysutils/ansible/Makefile
index 8c09b1474e8a..0c6f07a09016 100644
--- a/sysutils/ansible/Makefile
+++ b/sysutils/ansible/Makefile
@@ -2,7 +2,7 @@
PORTNAME= ansible
PORTVERSION?= 2.7.10
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES= sysutils python
MASTER_SITES= http://releases.ansible.com/ansible/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -62,6 +62,7 @@ post-patch:
${FIND} ${WRKSRC} -type f -print0 | ${XARGS} -0 ${REINPLACE_CMD} \
-e 's|/etc/ansible|${ETCDIR:S/${PY_FLAVOR}-//}|g' \
-e 's|/usr/share/ansible|${DATADIR}|g'
+ ${FIND} ${WRKSRC} -type f -name "*.bak" -delete
post-install:
@${MKDIR} ${STAGEDIR}${MAN1PREFIX}/man/man1