diff options
author | reed <reed@pkgsrc.org> | 2004-04-03 06:22:39 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2004-04-03 06:22:39 +0000 |
commit | 95ac86aefa1eabcdb9c5821b1f7295802d460d22 (patch) | |
tree | 498f32ef02ae4f7040c57fecb1ca4c567166fc7e /mk | |
parent | b5b601cfd897ca65dbed1d072834f0bd388fe544 (diff) | |
download | pkgsrc-95ac86aefa1eabcdb9c5821b1f7295802d460d22.tar.gz |
To view the license, use "${MAKE} show-license" not "make show-license".
This is consistent with other messages shown to user.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index 83a96760559..d102e5731bb 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -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 @@ _ACCEPTABLE= yes 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 |