diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2023-03-11 18:50:53 +0100 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2023-03-11 18:50:53 +0100 |
commit | 4e7d5a56f499fbc7fab8e9e97c93c3d5edf646be (patch) | |
tree | 3ccf388480ac1f2c7167d4a9961a1181bedc03f6 /news/cnews/Makefile | |
parent | news/cnews: fix build on FreeBSD-14 (diff) |
news/cnews: fix build on FreeBSD-14
Diffstat (limited to 'news/cnews/Makefile')
-rw-r--r-- | news/cnews/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/news/cnews/Makefile b/news/cnews/Makefile index 683729401240..a4f112791002 100644 --- a/news/cnews/Makefile +++ b/news/cnews/Makefile @@ -1,6 +1,6 @@ PORTNAME= cnews PORTVERSION= cr.g -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= news MASTER_SITES= ftp://ftp.cs.toronto.edu/pub/c-news/ \ ftp://ftp.funet.fi/pub/unix/news/cnews/ \ @@ -23,7 +23,7 @@ PATCHFILES= c-news-patch-fileart.c c-news-patch-namelen \ c-news-patch-y2k-2 \ c-news-patch-inews-path \ c-news-patch-gawk3 \ - c-news-patch-ansi + c-news-patch-ansi2 MAINTAINER= dinoex@FreeBSD.org COMMENT= News server @@ -97,10 +97,6 @@ pre-patch: ${DISTDIR}/${DIST_SUBDIR}/${PGPVERIFY} \ > ${WRKSRC}/${PGPVERIFY} -post-patch: - @${REINPLACE_CMD} -e 's/getline/get_line/g' ${WRKSRC}/readnews/active.c \ - ${WRKSRC}/readnews/newsrc.c - pre-configure: .for i in conf/quiz.def conf/substitutions include/config.make ${REINPLACE_CMD} \ |