aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2013-12-28 06:39:26 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2013-12-28 06:39:26 +0000
commit24e7c71e0a8c6b5da06f0d46067d3c912c25fb3c (patch)
tree073993fdfe1b4fd45586edc6d1fda845416e8251
parentcca6150fb3bab05227871dd4532c14d0aa9339ff (diff)
downloadports-24e7c71e0a8c6b5da06f0d46067d3c912c25fb3c.tar.gz
ports-24e7c71e0a8c6b5da06f0d46067d3c912c25fb3c.zip
Notes
-rw-r--r--news/cnews/Makefile7
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