diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 13:18:17 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 13:18:17 +0000 |
commit | 999161a9ed97730daec86fd4a1472d43f1f3c106 (patch) | |
tree | f20c586b0416176f121176e4710700155b5cf9bf /net-mgmt/icli | |
parent | a2636bcc7e88f570e1db12e44a992761fc891649 (diff) |
Notes
Diffstat (limited to 'net-mgmt/icli')
-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 |