diff options
Diffstat (limited to 'net-mgmt/icli/Makefile')
-rw-r--r-- | net-mgmt/icli/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/icli/Makefile b/net-mgmt/icli/Makefile index dd00c596cbda..9bb23f747e5c 100644 --- a/net-mgmt/icli/Makefile +++ b/net-mgmt/icli/Makefile @@ -22,8 +22,8 @@ ICINGADIR?= /var/spool/icinga CONFIGURE_ARGS+= --destdir ${STAGEDIR} \ --icli-object-file=${ICINGADIR}/objects.cache \ - --icli-status-file=${ICINGADIR}/status.dat \ - --icli-command-file=${ICINGADIR}/icinga.cmd + --icli-status-file=${ICINGADIR}/status.dat \ + --icli-command-file=${ICINGADIR}/icinga.cmd USES= perl5 USE_PERL5= modbuild |