summaryrefslogtreecommitdiff
path: root/mk/depends
diff options
context:
space:
mode:
authorjlam <jlam>2006-06-06 15:28:51 +0000
committerjlam <jlam>2006-06-06 15:28:51 +0000
commit0f66442049740107d1e59a28f2821e2c4f329aa5 (patch)
treebe674509e8d58469464756dfb6ad0bf39e42afa9 /mk/depends
parent8596802400c7779c508b688300914fdbe19edd03 (diff)
downloadpkgsrc-0f66442049740107d1e59a28f2821e2c4f329aa5.tar.gz
Move some variable definitions out of bsd.prefs.mk and back into
bsd.pkg.mk. They didn't actually need to be defined in bsd.prefs.mk, just somewhere before the "main" bsd.<phase>.mk files were included. This moves some conditional (?=) definitions back into bsd.pkg.mk so they won't conflict with any conditional definitions in package Makefiles. This should fix the "checksum" problems in lang/php-gd as noted here: http://mail-index.netbsd.org/pkgsrc-users/2006/06/05/0012.html where EXTRACT_SUFX had the wrong value due to the order in while *.mk files were included.
Diffstat (limited to 'mk/depends')
-rw-r--r--mk/depends/bsd.depends-vars.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/mk/depends/bsd.depends-vars.mk b/mk/depends/bsd.depends-vars.mk
index 0807b387eb8..ab180031278 100644
--- a/mk/depends/bsd.depends-vars.mk
+++ b/mk/depends/bsd.depends-vars.mk
@@ -1,8 +1,8 @@
-# $NetBSD: bsd.depends-vars.mk,v 1.1 2006/06/03 23:11:42 jlam Exp $
+# $NetBSD: bsd.depends-vars.mk,v 1.2 2006/06/06 15:28:52 jlam Exp $
#
-# This Makefile fragment is included by bsd.prefs.mk and defines some
-# variables which must be defined earlier than where bsd.depends.mk
-# is included.
+# This Makefile fragment is included separately by bsd.pkg.mk and
+# defines some variables which must be defined earlier than where
+# bsd.depends.mk is included.
#
_DEPENDS_COOKIE= ${WRKDIR}/.depends_done