diff options
-rw-r--r-- | news/inn/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/news/inn/Makefile b/news/inn/Makefile index 76ab9ff2d26e..0b0ee24ec665 100644 --- a/news/inn/Makefile +++ b/news/inn/Makefile @@ -46,10 +46,11 @@ CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} CONFIGURE_ARGS+= --mandir=${PREFIX}/man \ --prefix=${INN_NEWSBASE} \ --with-spool-dir=${INN_NEWSSPOOL} \ - --with-log-dir=${INN_NEWSLOG} \ + --with-log-dir=${INN_LOGDIR} \ --with-tmp-dir=${INN_TMPDIR} \ --with-openssl=${OPENSSLBASE} \ --with-etc-dir=${INN_ETCDIR} \ + --with-run-dir=${INN_RUNDIR} \ --with-db-dir=${INN_DBDIR} \ --enable-ipv6 |