summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1996-03-04 11:27:35 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1996-03-04 11:27:35 +0000
commitcc8dd700712f003c6dfc2eb2d6ab31c04e5ffb74 (patch)
tree9a805aa5ffc86e02ff7206091ee48dbc99813bde /news
parentAdd nn-current (diff)
Add one line setup instructions
Notes
Notes: svn path=/head/; revision=2772
Diffstat (limited to 'news')
-rw-r--r--news/nn/Makefile5
1 files changed, 4 insertions, 1 deletions
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 <bsd.port.mk>