1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

Build/install mini-inews version, if no news subsystem present(client mode)

Use network installation by default
This commit is contained in:
Andrey A. Chernov 1994-11-10 17:28:47 +00:00
parent 1314741226
commit 012ee7d05c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357

View File

@ -3,7 +3,7 @@
# Date created: 24 September 1994
# Whom: adam
#
# $Id$
# $Id: Makefile,v 1.1.1.1 1994/10/02 19:27:48 adam Exp $
#
DISTNAME= nn-6.5.0.b3
@ -13,7 +13,10 @@ pre-configure:
@cp ${WRKSRC}/config.h-dist ${WRKSRC}/config.h
@cp ${WRKSRC}/conf/s-386bsd.h ${WRKSRC}/conf/s-freebsd.h
install: all
@cd ${WRKSRC}; ./inst s
pre-build:
[ -r /usr/local/lib/news/inews ] || ( cd ${WRKSRC}/inews; ${MAKE} all )
pre-install:
[ -r /usr/local/lib/news/inews ] || ( cd ${WRKSRC}/inews; ${MAKE} install )
.include <bsd.port.mk>