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 /news/tin | |
parent | cd11a3390740ec0b8336e523caf18a9f195390cc (diff) | |
download | ports-a8ade8504e283865b88e5c04ae13b98d2c8c1f25.tar.gz ports-a8ade8504e283865b88e5c04ae13b98d2c8c1f25.zip |
Notes
Diffstat (limited to 'news/tin')
-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 \ |