pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/configure Fix cut-and-paste goof.
details: https://anonhg.NetBSD.org/pkgsrc/rev/399cb3b85d16
branches: trunk
changeset: 515671:399cb3b85d16
user: jlam <jlam%pkgsrc.org@localhost>
date: Thu Jul 06 13:25:57 2006 +0000
description:
Fix cut-and-paste goof.
diffstat:
mk/configure/config-override.mk | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (30 lines):
diff -r 7e0fba109549 -r 399cb3b85d16 mk/configure/config-override.mk
--- a/mk/configure/config-override.mk Thu Jul 06 13:14:01 2006 +0000
+++ b/mk/configure/config-override.mk Thu Jul 06 13:25:57 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: config-override.mk,v 1.1 2006/07/05 06:09:15 jlam Exp $
+# $NetBSD: config-override.mk,v 1.2 2006/07/06 13:25:57 jlam Exp $
######################################################################
### config-{guess,sub,rpath}-override (PRIVATE)
@@ -8,9 +8,9 @@
### versions under pkgsrc/mk/gnu-config.
###
do-configure-pre-hook: config-guess-override
-do-configure-pre-hook: config-guess-override
+do-configure-pre-hook: config-sub-override
.if defined(CONFIG_RPATH_OVERRIDE)
-do-configure-pre-hook: config-guess-override
+do-configure-pre-hook: config-rpath-override
.endif
_OVERRIDE_VAR.guess= CONFIG_GUESS_OVERRIDE
@@ -28,7 +28,7 @@
.PHONY: config-${_sub_}-override
config-${_sub_}-override:
- @${STEP_MSG} "Replacing config-* with pkgsrc versions"
+ @${STEP_MSG} "Replacing config-${_sub_} with pkgsrc versions"
. if defined(${_OVERRIDE_VAR.${_sub_}}) && !empty(${_OVERRIDE_VAR.${_sub_}})
${_PKG_SILENT}${_PKG_DEBUG}set -e; \
cd ${WRKSRC}; \
Home |
Main Index |
Thread Index |
Old Index