summaryrefslogtreecommitdiff
path: root/news/cnews/Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2006-10-08 11:28:57 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2006-10-08 11:28:57 +0000
commit81de54410730ce536b9675b0e8008add7ff4eb59 (patch)
tree6202cbb29c3fa14acbe927c1f2f4a3df98acda44 /news/cnews/Makefile
parent- fix build for gcc41 (diff)
- new option WITH_SEDMAIL / WITH_CNEWS_SENDMAIL
Submitted by: Scott Hazen Mueller
Notes
Notes: svn path=/head/; revision=174920
Diffstat (limited to 'news/cnews/Makefile')
-rw-r--r--news/cnews/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/news/cnews/Makefile b/news/cnews/Makefile
index c19e70230def..41329d90032d 100644
--- a/news/cnews/Makefile
+++ b/news/cnews/Makefile
@@ -75,6 +75,10 @@ PGPVERIFY?= pgpverify-1.12
PATCHFILES+= c-news-patch-gawk3
.endif
+.if defined(WITH_SENDMAIL) || defined(WITH_CNEWS_SENDMAIL)
+EXTRA_PATCHES+= ${FILESDIR}/sendmail.patch
+.endif
+
pre-patch:
@${CP} ${DISTDIR}/${DIST_SUBDIR}/${PGPVERIFY} ${WRKSRC}/${PGPVERIFY}