diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2004-03-30 20:49:00 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2004-03-30 20:49:00 +0000 |
commit | a8ade8504e283865b88e5c04ae13b98d2c8c1f25 (patch) | |
tree | 25e1009c40d0fb548f0756ce16da0631dc87d73b | |
parent | unbreak spamd startup. (diff) |
Use += for CONFIGURE_ARGS to help slave ports
Submitted by: Clive Lin <clive@tongi.org>
Notes
Notes:
svn path=/head/; revision=105731
-rw-r--r-- | news/tin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/news/tin/Makefile b/news/tin/Makefile index ba3ffca3cc58..25315e62e3c6 100644 --- a/news/tin/Makefile +++ b/news/tin/Makefile @@ -29,7 +29,7 @@ TIN_EDITOR?= /usr/bin/ee # --with-mime-default-charset=US-ASCII needed to build tin in the non-ascii # national environment. -CONFIGURE_ARGS= --with-nntp-default-server=news \ +CONFIGURE_ARGS+=--with-nntp-default-server=news \ --with-spooldir=/var/news \ --with-libdir=${PREFIX}/news/lib \ --with-defaults-dir=${PREFIX}/etc \ |