summaryrefslogtreecommitdiff
path: root/news/nntp
diff options
context:
space:
mode:
authorAdam David <adam@FreeBSD.org>1994-11-26 17:32:34 +0000
committerAdam David <adam@FreeBSD.org>1994-11-26 17:32:34 +0000
commit2559ca5f6a16953f95c59f28cfa8221152398467 (patch)
tree8a5ececd284270cfcf38a5b90b05d617b492bfaf /news/nntp
parentAdd -lmytinfo to libs list (diff)
copy conf.h.dist to conf.h in pre-patch:
was previously pre-configure:
Notes
Notes: svn path=/head/; revision=511
Diffstat (limited to 'news/nntp')
-rw-r--r--news/nntp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/news/nntp/Makefile b/news/nntp/Makefile
index 8396a4d9b6ad..9fb2f4f2a2c4 100644
--- a/news/nntp/Makefile
+++ b/news/nntp/Makefile
@@ -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>