pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk PR pkg/33876: use the actual package name instead o...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d9f80b6dee35
branches:  trunk
changeset: 518983:d9f80b6dee35
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Mon Sep 25 08:23:59 2006 +0000

description:
PR pkg/33876: use the actual package name instead of "this package" in
supported-options-message.  ok with wiz.

diffstat:

 mk/bsd.options.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e24c6797c6b5 -r d9f80b6dee35 mk/bsd.options.mk
--- a/mk/bsd.options.mk Mon Sep 25 08:01:42 2006 +0000
+++ b/mk/bsd.options.mk Mon Sep 25 08:23:59 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.options.mk,v 1.56 2006/06/06 00:15:45 seb Exp $
+# $NetBSD: bsd.options.mk,v 1.57 2006/09/25 08:23:59 ghen Exp $
 #
 # This Makefile fragment provides boilerplate code for standard naming
 # conventions for handling per-package build options.
@@ -391,7 +391,7 @@
 supported-options-message:
 .  if !empty(PKG_SUPPORTED_OPTIONS)
        @${ECHO} "=========================================================================="
-       @${ECHO} "The supported build options for this package are:"
+       @${ECHO} "The supported build options for ${PKGBASE} are:"
        @${ECHO} ""
        @${ECHO} ${PKG_SUPPORTED_OPTIONS:O:Q} | ${_PKG_OPTIONS_WORDWRAP_FILTER}
 .    if !empty(PKG_OPTIONS)



Home | Main Index | Thread Index | Old Index