summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1996-12-06 23:42:04 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1996-12-06 23:42:04 +0000
commitf93f0d36256f718466fd0e2aaff36e9ea6b64dce (patch)
treec288e03159b97eafa9c643aef0f3bb1fec64351f /news
parentProperly sectionize. DISTFILES is not necessary. (diff)
lib/news -> news/lib
Notes
Notes: svn path=/head/; revision=4847
Diffstat (limited to 'news')
-rw-r--r--news/tin/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/news/tin/Makefile b/news/tin/Makefile
index 0796024fb52e..a07f15c6316f 100644
--- a/news/tin/Makefile
+++ b/news/tin/Makefile
@@ -4,7 +4,7 @@
# Date created: 25 July 1996
# Whom: obrien@cs.ucdavis.edu
#
-# $Id: Makefile,v 1.15 1996/11/29 14:07:53 ache Exp $
+# $Id: Makefile,v 1.16 1996/12/04 21:00:08 ache Exp $
#
DISTNAME= tin1.3-unoff-BETA-961203
@@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME:S/tin1.3-unoff-BETA-//}
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-nntp-default-server=news \
--with-spooldir=/var/news \
- --with-libdir=${PREFIX}/lib/news \
+ --with-libdir=${PREFIX}/news/lib \
--with-mime-default-charset=US-ASCII \
--enable-forgery \
--with-pgp=${PREFIX}/bin/pgp \