From cd606927e3e8147710e1818b179d2b2995819e0a Mon Sep 17 00:00:00 2001 From: dinoex Date: Sat, 28 Dec 2013 06:39:26 +0000 Subject: - apply gawk patch in any case --- news/cnews/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/news/cnews/Makefile b/news/cnews/Makefile index e81824052202..2627e2bec1aa 100644 --- a/news/cnews/Makefile +++ b/news/cnews/Makefile @@ -3,7 +3,7 @@ PORTNAME= cnews PORTVERSION= cr.g -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= news MASTER_SITES= ftp://ftp.cs.toronto.edu/pub/c-news/ \ ftp://ftp.funet.fi/pub/unix/news/cnews/ \ @@ -27,6 +27,7 @@ PATCHFILES= c-news-patch-fileart.c c-news-patch-namelen \ c-news-patch-y2k-2 \ c-news-patch-inews-path \ c-news-patch-expovguts.c \ + c-news-patch-gawk3 \ c-news-patch-pgpverify-1.12-perl4 MAINTAINER= dinoex@FreeBSD.org @@ -78,10 +79,6 @@ PGPVERIFY?= pgpverify-1.12 .include -.if make(makesum) || defined(FETCH_ALL) -PATCHFILES+= c-news-patch-gawk3 -.endif - .if ${PORT_OPTIONS:MSENDMAIL} EXTRA_PATCHES+= ${FILESDIR}/sendmail.patch .endif -- cgit