forked from Lainports/freebsd-ports
Cosmetic change to match its namespace
Differential Revision: https://reviews.freebsd.org/D19427 Submitted by: sunpoet (myself) Approved by: dbaio (maintainer)
This commit is contained in:
parent
11758c14d5
commit
b7dd400460
1 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ _INCLUDE_USES_AZUREPY_MK= yes
|
|||
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}azure-cli-base>=0:sysutils/py-azure-cli-base@${PY_FLAVOR}
|
||||
|
||||
POST_PLIST= trim-backports-namespace
|
||||
POST_PLIST= trim-azure-namespace
|
||||
|
||||
_USES_install+= 701:remove-common-files
|
||||
remove-common-files:
|
||||
|
|
@ -25,7 +25,7 @@ remove-common-files:
|
|||
${STAGEDIR}${PYTHON_SITELIBDIR}/azure/mgmt/__pycache__ \
|
||||
${STAGEDIR}${PYTHON_SITELIBDIR}/azure/mgmt/datalake/__pycache__
|
||||
|
||||
trim-backports-namespace:
|
||||
trim-azure-namespace:
|
||||
@${REINPLACE_CMD} -e '/azure\/__init__.py*/d' \
|
||||
-e '/azure\/cli\/__init__.py*/d' \
|
||||
-e '/azure\/cli\/command_modules\/__init__.py*/d' \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue