summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2003-11-12 18:03:36 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2003-11-12 18:03:36 +0000
commit56ec3e8fa552d07e8be0d6dd49e2499735a04cd2 (patch)
tree2ee4b582c1df48a313c810f256f412ac31bd60a1 /news
parentAdd japanese/ruby-ming as a slave of graphics/ruby-ming. It depends (diff)
Allow the default compiled-in editor to be easily changed.
Notes
Notes: svn path=/head/; revision=93838
Diffstat (limited to 'news')
-rw-r--r--news/tin/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/news/tin/Makefile b/news/tin/Makefile
index eb6edbcfad11..1ef2dfeb9cfb 100644
--- a/news/tin/Makefile
+++ b/news/tin/Makefile
@@ -24,6 +24,7 @@ LIB_DEPENDS= uu.2:${PORTSDIR}/converters/uulib \
USE_BZIP2= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
+TIN_EDITOR?= /usr/bin/ee
# --with-mime-default-charset=US-ASCII needed to build tin in the non-ascii
# national environment.
@@ -31,7 +32,7 @@ CONFIGURE_ARGS= --with-nntp-default-server=news \
--with-spooldir=/var/news \
--with-libdir=${PREFIX}/news/lib \
--with-defaults-dir=${PREFIX}/etc \
- --with-editor=/usr/bin/ee \
+ --with-editor=${TIN_EDITOR} \
--enable-nls \
--with-pcre=yes \
--with-screen=ncurses \