copy conf.h.dist to conf.h in pre-patch:

was previously pre-configure:
This commit is contained in:
Adam David 1994-11-26 17:32:34 +00:00
parent f5a1399e22
commit 2559ca5f6a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=511
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
# Date created: 29 September 1994
# Whom: adam
#
# $Id: Makefile,v 1.1.1.1 1994/09/25 18:59:07 adam Exp $
# $Id: Makefile,v 1.1.1.1 1994/10/01 20:28:26 adam Exp $
#
DISTNAME= nntp-t5
@ -11,7 +11,7 @@ MASTER_SITES= ftp://nic.sura.net/pub/news/software/nntp/
#DO_NADA= echo ${.TARGET}:
#DEPENDS= news/cnews
pre-configure:
pre-patch:
@cp ${WRKSRC}/conf.h.dist ${WRKSRC}/conf.h
.include <bsd.port.mk>