diff options
author | Shaun Amott <shaun@FreeBSD.org> | 2006-11-02 02:52:42 +0000 |
---|---|---|
committer | Shaun Amott <shaun@FreeBSD.org> | 2006-11-02 02:52:42 +0000 |
commit | cf01b91d7e55545892be6a92084b727e108c8565 (patch) | |
tree | 4c052f7b540f80ae817c1bc8044cddc7c7b5c4d9 /news/inn | |
parent | e859fa7621e91812aa815a912d7935d261b6cc4f (diff) |
Pass the correct directories to configure when a non-default INN_LAYOUT
option is used.
Notes
Notes:
svn path=/head/; revision=176156
Diffstat (limited to 'news/inn')
-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 |