|
Lines 1-5
Link Here
|
| 1 |
PORTNAME= ansible-base |
1 |
PORTNAME= ansible-base |
| 2 |
DISTVERSION= 2.10.9 |
2 |
DISTVERSION= 2.10.9 |
|
|
3 |
PORTREVISION= 1 |
| 3 |
CATEGORIES= sysutils python |
4 |
CATEGORIES= sysutils python |
| 4 |
MASTER_SITES= CHEESESHOP |
5 |
MASTER_SITES= CHEESESHOP |
| 5 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
6 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
|
Lines 65-71
post-patch:
Link Here
|
| 65 |
${FIND} ${WRKSRC} -not -regex '${WRKSRC}/test/units/cli/galaxy/test_execute_list_collection.py' -type f -print0 | \ |
66 |
${FIND} ${WRKSRC} -not -regex '${WRKSRC}/test/units/cli/galaxy/test_execute_list_collection.py' -type f -print0 | \ |
| 66 |
${XARGS} -0 ${REINPLACE_CMD} \ |
67 |
${XARGS} -0 ${REINPLACE_CMD} \ |
| 67 |
-e 's|/etc/ansible|${ETCDIR}|g' \ |
68 |
-e 's|/etc/ansible|${ETCDIR}|g' \ |
| 68 |
-e 's|/usr/share/ansible|${DATADIR}|g' |
69 |
-e 's|/usr/share/ansible|${PREFIX}/share/${PYTHON_PKGNAMEPREFIX}ansible|g' |
| 69 |
${FIND} ${WRKSRC} -type f -name "*.bak" -delete |
70 |
${FIND} ${WRKSRC} -type f -name "*.bak" -delete |
| 70 |
|
71 |
|
| 71 |
post-install: |
72 |
post-install: |