From 33a592167e7d914e8a8c6e52d78f2f9b448e38fa Mon Sep 17 00:00:00 2001 From: jmmv Date: Tue, 31 May 2005 18:25:37 +0000 Subject: PKG_FAIL_REASON must be (double-)quoted to achieve the correct output. --- mk/bsd.options.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mk/bsd.options.mk') diff --git a/mk/bsd.options.mk b/mk/bsd.options.mk index a5acb1077f0..36f71f08b42 100644 --- a/mk/bsd.options.mk +++ b/mk/bsd.options.mk @@ -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 @@ PKG_OPTIONS:= ${PKG_OPTIONS} ${_popt_} .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 -- cgit v1.2.3