diff options
Diffstat (limited to 'sysutils/mcollective/Makefile')
-rw-r--r-- | sysutils/mcollective/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/mcollective/Makefile b/sysutils/mcollective/Makefile index 61952596d731..bbf680dd136f 100644 --- a/sysutils/mcollective/Makefile +++ b/sysutils/mcollective/Makefile @@ -25,6 +25,7 @@ SCRIPTS= mco mc-call-agent SUB_LIST+= RUBY=${RUBY} +NO_STAGE= yes do-patch: @${REINPLACE_CMD} -e "s|/etc/mcollective|${ETCDIR}|" \ ${WRKSRC}/bin/mcollectived \ |