pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk PKG_FAIL_REASON must be (double-)quoted to achieve ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4a20557b8c06
branches: trunk
changeset: 494889:4a20557b8c06
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Tue May 31 18:25:37 2005 +0000
description:
PKG_FAIL_REASON must be (double-)quoted to achieve the correct output.
diffstat:
mk/bsd.options.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 279be544376d -r 4a20557b8c06 mk/bsd.options.mk
--- a/mk/bsd.options.mk Tue May 31 18:09:13 2005 +0000
+++ b/mk/bsd.options.mk Tue May 31 18:25:37 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.options.mk,v 1.29 2005/05/31 16:03:41 wiz Exp $
+# $NetBSD: bsd.options.mk,v 1.30 2005/05/31 18:25:37 jmmv Exp $
#
# This Makefile fragment provides boilerplate code for standard naming
# conventions for handling per-package build options.
@@ -181,7 +181,7 @@
.undef _popt_
.if !empty(_OPTIONS_UNSUPPORTED)
-PKG_FAIL_REASON:=The following selected options are not supported: ${_OPTIONS_UNSUPPORTED:O:u:Q}
+PKG_FAIL_REASON:= "The following selected options are not supported: ${_OPTIONS_UNSUPPORTED:O:u:Q}."
.endif
.undef _OPTIONS_UNSUPPORTED
Home |
Main Index |
Thread Index |
Old Index