diff options
author | ache <ache@FreeBSD.org> | 2004-03-30 20:49:00 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2004-03-30 20:49:00 +0000 |
commit | fdf25ecabe6d83c13a96b1144d075cebcc967112 (patch) | |
tree | 7dd0c76d11f8f25e38660ea43d9b42958f7dcf5b /news/tin | |
parent | 1ec2871d28fba1977e00432478b4a721db9ab2b0 (diff) | |
download | FreeBSD-ports-fdf25ecabe6d83c13a96b1144d075cebcc967112.zip FreeBSD-ports-fdf25ecabe6d83c13a96b1144d075cebcc967112.tar.gz |
Use += for CONFIGURE_ARGS to help slave ports
Submitted by: Clive Lin <clive@tongi.org>
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 ba3ffca..25315e6 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 \ |