diff options
-rw-r--r-- | news/cnews/Makefile | 7 |
1 files 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 <bsd.port.options.mk> -.if make(makesum) || defined(FETCH_ALL) -PATCHFILES+= c-news-patch-gawk3 -.endif - .if ${PORT_OPTIONS:MSENDMAIL} EXTRA_PATCHES+= ${FILESDIR}/sendmail.patch .endif |