Lines 3-9
Link Here
|
3 |
|
3 |
|
4 |
PORTNAME= ansible |
4 |
PORTNAME= ansible |
5 |
PORTVERSION?= 2.4.0.0 |
5 |
PORTVERSION?= 2.4.0.0 |
6 |
PORTREVISION?= 1 |
6 |
PORTREVISION?= 2 |
7 |
CATEGORIES= sysutils python |
7 |
CATEGORIES= sysutils python |
8 |
MASTER_SITES= http://releases.ansible.com/ansible/ |
8 |
MASTER_SITES= http://releases.ansible.com/ansible/ |
9 |
|
9 |
|
Lines 46-52
Link Here
|
46 |
|
46 |
|
47 |
post-patch: |
47 |
post-patch: |
48 |
${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} \ |
48 |
${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} \ |
49 |
-e 's|/usr/bin/python|${PYTHON_CMD}|g' \ |
|
|
50 |
-e 's|/etc/ansible|${ETCDIR}|g' \ |
49 |
-e 's|/etc/ansible|${ETCDIR}|g' \ |
51 |
-e 's|/usr/share/ansible|${DATADIR}|g' |
50 |
-e 's|/usr/share/ansible|${DATADIR}|g' |
52 |
|
51 |
|