summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorjmc <jmc>2003-03-24 00:13:37 +0000
committerjmc <jmc>2003-03-24 00:13:37 +0000
commit4e53a3dcdd06599d220cc93a2c770410fd2f1f1b (patch)
tree3897642634888b5b0872aa54a49cef123bc0d4b3 /mail
parent5912d767f0d8dea1e37a91cebce2098986c97d83 (diff)
downloadpkgsrc-4e53a3dcdd06599d220cc93a2c770410fd2f1f1b.tar.gz
Provide a SITES_ expansion for fetching the cr patch so this doesn't conflict
with the the possible download of the wide patch
Diffstat (limited to 'mail')
-rw-r--r--mail/sendmail811/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/sendmail811/Makefile b/mail/sendmail811/Makefile
index ac05eec7f93..01cf837c48e 100644
--- a/mail/sendmail811/Makefile
+++ b/mail/sendmail811/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2003/03/04 00:26:50 seb Exp $
+# $NetBSD: Makefile,v 1.5 2003/03/24 00:13:37 jmc Exp $
DISTNAME= sendmail.8.11.6
PKGNAME= sendmail-8.11.6
@@ -19,7 +19,9 @@ PATCH_DIST_ARGS+=--forward --quiet
PATCH_DIST_STRIP= -p1
.endif
-PATCHFILES+= sendmail.8.11.6.security.cr.patch
+CR_PATCH=sendmail.8.11.6.security.cr.patch
+PATCHFILES+= ${CR_PATCH}
+SITES_${CR_PATCH}= ${MASTER_SITES}
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.sendmail.org/