diff options
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index cd710e81002..c0e61a81e32 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.1503 2004/09/27 19:37:36 tv Exp $ +# $NetBSD: bsd.pkg.mk,v 1.1504 2004/10/01 00:23:18 hubertf Exp $ # # This file is in the public domain. # @@ -1304,9 +1304,9 @@ _ACCEPTABLE= yes . endif # ACCEPTABLE_LICENSES . ifndef _ACCEPTABLE 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\"." \ + " To indicate acceptance, add this line to your /etc/mk.conf:" \ + " ACCEPTABLE_LICENSES+=${LICENSE}" . endif # _ACCEPTABLE . endif # LICENSE |