From 9c581bf4aa0470fa31da8c63938da48748caa3f0 Mon Sep 17 00:00:00 2001 From: ache Date: Mon, 4 Mar 1996 11:27:35 +0000 Subject: Add one line setup instructions --- news/nn/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'news/nn/Makefile') diff --git a/news/nn/Makefile b/news/nn/Makefile index 605287918031..3c4a0af6796e 100644 --- a/news/nn/Makefile +++ b/news/nn/Makefile @@ -3,7 +3,7 @@ # Date created: 24 September 1994 # Whom: adam # -# $Id: Makefile,v 1.6 1995/04/11 23:29:43 asami Exp $ +# $Id: Makefile,v 1.7 1995/04/15 03:11:37 ache Exp $ # DISTNAME= nn-6.5.0.b3 @@ -22,4 +22,7 @@ pre-install: [ -r /usr/local/lib/news/inews ] || ( cd ${WRKSRC}/inews; ${MAKE} all ) [ -r /usr/local/lib/news/inews ] || ( cd ${WRKSRC}/inews; ${MAKE} install ) +post-install: + @echo Put your NNTP host into ${PREFIX}/lib/news/nntp_server file + .include -- cgit