diff options
author | adam <adam@FreeBSD.org> | 1994-11-26 17:32:34 +0000 |
---|---|---|
committer | adam <adam@FreeBSD.org> | 1994-11-26 17:32:34 +0000 |
commit | 122bd7b74f2e4e56a364f45f7aa6229171f8e790 (patch) | |
tree | 437607c46e86ad6d500d9a73eb1162b0ca9404a5 /news | |
parent | ab6114a03206f1a5fb0eef7a67bd0552975e517f (diff) | |
download | FreeBSD-ports-122bd7b74f2e4e56a364f45f7aa6229171f8e790.zip FreeBSD-ports-122bd7b74f2e4e56a364f45f7aa6229171f8e790.tar.gz |
copy conf.h.dist to conf.h in pre-patch:
was previously pre-configure:
Diffstat (limited to 'news')
-rw-r--r-- | news/nntp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/nntp/Makefile b/news/nntp/Makefile index 8396a4d..9fb2f4f 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> |