pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk To view the license, use "${MAKE} show-license" not...
details: https://anonhg.NetBSD.org/pkgsrc/rev/757292965ada
branches: trunk
changeset: 472059:757292965ada
user: reed <reed%pkgsrc.org@localhost>
date: Sat Apr 03 06:22:39 2004 +0000
description:
To view the license, use "${MAKE} show-license" not "make show-license".
This is consistent with other messages shown to user.
diffstat:
mk/bsd.pkg.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 5ad0b2d259c8 -r 757292965ada mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk Sat Apr 03 05:26:26 2004 +0000
+++ b/mk/bsd.pkg.mk Sat Apr 03 06:22:39 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1435 2004/04/02 19:09:18 tv Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1436 2004/04/03 06:22:39 reed Exp $
#
# This file is in the public domain.
#
@@ -1469,7 +1469,7 @@
PKG_FAIL_REASON+= "${PKGNAME} has an unacceptable license: ${LICENSE}." \
" To build this package, add this line to your /etc/mk.conf:" \
" ACCEPTABLE_LICENSES+=${LICENSE}" \
- " To view the license, enter \"make show-license\"."
+ " To view the license, enter \"${MAKE} show-license\"."
. endif # _ACCEPTABLE
. endif # LICENSE
Home |
Main Index |
Thread Index |
Old Index