diff options
Diffstat (limited to 'news/nntp')
-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 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> |