Provide a SITES_ expansion for fetching the cr patch so this doesn't conflict
with the the possible download of the wide patch
This commit is contained in:
parent
3448f5ad50
commit
39e6e5a8f5
1 changed files with 4 additions and 2 deletions
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue