aboutsummaryrefslogtreecommitdiff
path: root/sysutils/azure-agent
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2020-01-09 12:46:35 +0000
committerMathieu Arnold <mat@FreeBSD.org>2020-01-09 12:46:35 +0000
commit48f2ea9373455efc779f0e8e37ef118b75d548e5 (patch)
treea1f554b05d69891491483b3dc6fddf25c1697c06 /sysutils/azure-agent
parentdd53274ba470f8a630124529df5396a6c17a6a00 (diff)
downloadports-48f2ea9373455efc779f0e8e37ef118b75d548e5.tar.gz
ports-48f2ea9373455efc779f0e8e37ef118b75d548e5.zip
Fix bulk -a when building with all python flavors.
Notes
Notes: svn path=/head/; revision=522483
Diffstat (limited to 'sysutils/azure-agent')
-rw-r--r--sysutils/azure-agent/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/azure-agent/Makefile b/sysutils/azure-agent/Makefile
index a63fde7dcc7f..73a4d5ff821b 100644
--- a/sysutils/azure-agent/Makefile
+++ b/sysutils/azure-agent/Makefile
@@ -25,7 +25,7 @@ SHEBANG_FILES= bin/waagent bin/waagent2.0
USE_GITHUB= yes
GH_ACCOUNT= Azure
GH_PROJECT= WALinuxAgent
-USE_PYTHON= autoplist distutils
+USE_PYTHON= autoplist distutils noflavors
post-patch:
${REINPLACE_CMD} -e "s,/etc/waagent,${PREFIX}/etc/waagent,g" \