diff options
Diffstat (limited to 'news/cnews/Makefile')
-rw-r--r-- | news/cnews/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/news/cnews/Makefile b/news/cnews/Makefile index 7c53201..10eb868 100644 --- a/news/cnews/Makefile +++ b/news/cnews/Makefile @@ -29,6 +29,7 @@ PATCHFILES= c-news-patch-fileart.c c-news-patch-namecheck.awk \ c-news-patch-doexpire c-news-patch-queuelen.tay \ c-news-patch-bunzip2 \ c-news-patch-ctl-underscore \ + c-news-patch-y2k \ c-news-patch-pgpverify-1.12 MAINTAINER= dirk.meyer@dinoex.sub.org @@ -60,9 +61,12 @@ PGPVERIFY?= pgpverify-1.12 .if ${OSVERSION} < 300000 .else -BROKEN= gawk need to be updated to 3.0.4 +PATCHFILES+= c-news-patch-gawk3 .endif +check: + cd ${WRKSRC} && ${MAKE} -$(MAKEFLAGS) r + pre-patch: @${CP} ${DISTDIR}/${DIST_SUBDIR}/${PGPVERIFY} ${WRKSRC}/${PGPVERIFY} |