diff options
author | rillig <rillig@pkgsrc.org> | 2005-12-04 15:52:32 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-12-04 15:52:32 +0000 |
commit | 7d139e40561737d6879f7515c715c9cb7a80e060 (patch) | |
tree | cd6ade8d5219982d79846d59d72fc8ce3e197010 /mk | |
parent | 74825459d43b2cb8d308b442f896f36fa1fd4b85 (diff) | |
download | pkgsrc-7d139e40561737d6879f7515c715c9cb7a80e060.tar.gz |
The checksums for pkgsrc patches are always checked -- even if
NO_CHECKSUM is set.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.mk | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index e0a719719ea..d45ac403077 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.1772 2005/12/01 11:18:30 rillig Exp $ +# $NetBSD: bsd.pkg.mk,v 1.1773 2005/12/04 15:52:32 rillig Exp $ # # This file is in the public domain. # @@ -3360,10 +3360,6 @@ makesum: fetch uptodate-digest .endif .if !target(makepatchsum) -. if defined(NO_CHECKSUM) && !empty(NO_CHECKSUM:M[Yy][Ee][Ss]) -makepatchsum mps: - @${DO_NADA} -. else makepatchsum mps: uptodate-digest ${_PKG_SILENT}${_PKG_DEBUG} \ newfile=${DISTINFO_FILE}.$$$$; \ @@ -3389,7 +3385,6 @@ makepatchsum mps: uptodate-digest else \ ${MV} $$newfile ${DISTINFO_FILE}; \ fi -. endif .endif # This target is done by invoking a sub-make so that DISTINFO_FILE gets |