pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/wrapper Remove superfluous quotes around SUBST_MESS...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9426783e4fd7
branches: trunk
changeset: 506478:9426783e4fd7
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Jan 16 23:35:29 2006 +0000
description:
Remove superfluous quotes around SUBST_MESSAGE.
diffstat:
mk/wrapper/bsd.wrapper.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 97689421d18f -r 9426783e4fd7 mk/wrapper/bsd.wrapper.mk
--- a/mk/wrapper/bsd.wrapper.mk Mon Jan 16 23:33:15 2006 +0000
+++ b/mk/wrapper/bsd.wrapper.mk Mon Jan 16 23:35:29 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.wrapper.mk,v 1.39 2005/12/05 22:07:08 rillig Exp $
+# $NetBSD: bsd.wrapper.mk,v 1.40 2006/01/16 23:35:29 wiz Exp $
#
# Copyright (c) 2005 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -757,7 +757,7 @@
SUBST_CLASSES+= unwrap
SUBST_STAGE.unwrap= post-build
-SUBST_MESSAGE.unwrap= "Unwrapping files-to-be-installed."
+SUBST_MESSAGE.unwrap= Unwrapping files-to-be-installed.
SUBST_FILES.unwrap= ${_UNWRAP_FILES}
SUBST_SED.unwrap= ${_UNWRAP_SED}
.if defined(WRAPPER_DEBUG) && !empty(WRAPPER_DEBUG:M[yY][eE][sS])
Home |
Main Index |
Thread Index |
Old Index