diff options
author | shaun <shaun@FreeBSD.org> | 2006-11-02 02:52:42 +0000 |
---|---|---|
committer | shaun <shaun@FreeBSD.org> | 2006-11-02 02:52:42 +0000 |
commit | 5c3deab14213ce99907435f83448dbfa84475f87 (patch) | |
tree | 1889619e472c6d62b935dc35ddc0d57c1411a928 /news | |
parent | 805906b0ec5e33f8df6e593e7d86d8321d04dd72 (diff) | |
download | FreeBSD-ports-5c3deab14213ce99907435f83448dbfa84475f87.zip FreeBSD-ports-5c3deab14213ce99907435f83448dbfa84475f87.tar.gz |
Pass the correct directories to configure when a non-default INN_LAYOUT
option is used.
Diffstat (limited to 'news')
-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 76ab9ff..0b0ee24 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 |