aboutsummaryrefslogtreecommitdiffstats
path: root/news
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2013-12-28 14:39:26 +0800
committerdinoex <dinoex@FreeBSD.org>2013-12-28 14:39:26 +0800
commitcd606927e3e8147710e1818b179d2b2995819e0a (patch)
tree073993fdfe1b4fd45586edc6d1fda845416e8251 /news
parent5946e655186e6160e09d8782604dbf99d177ed6b (diff)
downloadfreebsd-ports-gnome-cd606927e3e8147710e1818b179d2b2995819e0a.tar.gz
freebsd-ports-gnome-cd606927e3e8147710e1818b179d2b2995819e0a.tar.zst
freebsd-ports-gnome-cd606927e3e8147710e1818b179d2b2995819e0a.zip
- apply gawk patch in any case
Diffstat (limited to 'news')
-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