1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Add one line setup instructions

This commit is contained in:
Andrey A. Chernov 1996-03-04 11:27:35 +00:00
parent 2a3d370f60
commit cc8dd70071
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=2772

View File

@ -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>