summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.mk
diff options
context:
space:
mode:
authorrillig <rillig>2005-12-04 15:52:32 +0000
committerrillig <rillig>2005-12-04 15:52:32 +0000
commit5e7626a20eb15c335d578d0ae98771f4fb357886 (patch)
treecd6ade8d5219982d79846d59d72fc8ce3e197010 /mk/bsd.pkg.mk
parent962863f872310ae74411369ad7690bbeac64b4a3 (diff)
downloadpkgsrc-5e7626a20eb15c335d578d0ae98771f4fb357886.tar.gz
The checksums for pkgsrc patches are always checked -- even if
NO_CHECKSUM is set.
Diffstat (limited to 'mk/bsd.pkg.mk')
-rw-r--r--mk/bsd.pkg.mk7
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