diff options
Diffstat (limited to 'news')
-rw-r--r-- | news/tin/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/news/tin/Makefile b/news/tin/Makefile index 73d4d594bf46..030cf58141ca 100644 --- a/news/tin/Makefile +++ b/news/tin/Makefile @@ -4,7 +4,7 @@ # Date created: 25 July 1996 # Whom: obrien@cs.ucdavis.edu # -# $Id$ +# $Id: Makefile,v 1.3 1996/10/19 21:42:01 ache Exp $ # DISTNAME= tin1.3-unoff-BETA-961018 @@ -22,9 +22,10 @@ CONFIGURE_ENV+= cf_cv_corefile=yes CONFIGURE_ARGS+= --with-nntp-default-server=news \ --with-spooldir=/var/news \ --with-libdir=${PREFIX}/lib/news \ - --with-pgp=/usr/local/bin/pgp \ - --with-ispell=/usr/local/bin/ispell \ - --with-metamail=/usr/local/bin/metamail + --enable-forgery \ + --with-pgp=${PREFIX}/bin/pgp \ + --with-ispell=${PREFIX}/bin/ispell \ + --with-metamail=${PREFIX}/bin/metamail MAKEFILE= makefile ALL_TARGET= build |