diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1996-12-06 23:42:04 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1996-12-06 23:42:04 +0000 |
commit | f93f0d36256f718466fd0e2aaff36e9ea6b64dce (patch) | |
tree | c288e03159b97eafa9c643aef0f3bb1fec64351f /news | |
parent | 6a9ec8cef562eb7bf3ba2b621c3db355df079f95 (diff) | |
download | ports-f93f0d36256f718466fd0e2aaff36e9ea6b64dce.tar.gz ports-f93f0d36256f718466fd0e2aaff36e9ea6b64dce.zip |
Notes
Diffstat (limited to 'news')
-rw-r--r-- | news/tin/Makefile | 4 |
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 \ |