summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorrillig <rillig>2006-09-19 00:03:44 +0000
committerrillig <rillig>2006-09-19 00:03:44 +0000
commitef243811cda83ed79825a0dee85b4d5635992048 (patch)
treef185bdbbb48c8ba42c1aaf7ef86391d6bf79d3f9 /mk
parentfd92461d8e937ac848ca9581596310916a6e2790 (diff)
downloadpkgsrc-ef243811cda83ed79825a0dee85b4d5635992048.tar.gz
Even if NO_CHECKSUM is set, the "checksum" target still needs to depend
on "fetch". Otherwise the distfiles are never fetched.
Diffstat (limited to 'mk')
-rw-r--r--mk/checksum/bsd.checksum.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/checksum/bsd.checksum.mk b/mk/checksum/bsd.checksum.mk
index 0d2048f219e..32b540e102d 100644
--- a/mk/checksum/bsd.checksum.mk
+++ b/mk/checksum/bsd.checksum.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.checksum.mk,v 1.3 2006/07/19 14:54:56 jlam Exp $
+# $NetBSD: bsd.checksum.mk,v 1.4 2006/09/19 00:03:44 rillig Exp $
#
# This Makefile fragment is included by bsd.pkg.mk and defines the
# relevant variables and targets for the "checksum" phase.
@@ -23,7 +23,7 @@
.if defined(NO_CHECKSUM)
.PHONY: checksum makesum makepatchsum
. if !target(checksum)
-checksum:
+checksum: fetch
@${DO_NADA}
. endif
makesum makepatchsum: