Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk mk/license.mk: adjust location of the ninka package



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3d835d60b51c
branches:  trunk
changeset: 429393:3d835d60b51c
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Apr 19 12:53:21 2020 +0000

description:
mk/license.mk: adjust location of the ninka package

diffstat:

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

diffs (18 lines):

diff -r f959efcb883d -r 3d835d60b51c mk/license.mk
--- a/mk/license.mk     Sun Apr 19 12:50:41 2020 +0000
+++ b/mk/license.mk     Sun Apr 19 12:53:21 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: license.mk,v 1.103 2019/12/07 04:47:32 gutteridge Exp $
+# $NetBSD: license.mk,v 1.104 2020/04/19 12:53:21 rillig Exp $
 #
 # This file handles everything about the LICENSE variable. It is
 # included automatically by bsd.pkg.mk.
@@ -284,7 +284,7 @@
 
        ${RUN} \
        \
-       type ninka > /dev/null 2>&1 || ${FAIL_MSG} "To guess the license, wip/ninka must be installed."; \
+       type ninka > /dev/null 2>&1 || ${FAIL_MSG} "To guess the license, devel/ninka must be installed."; \
        \
        ${PHASE_MSG} "Guessing licenses for ${PKGNAME}"; \
        \



Home | Main Index | Thread Index | Old Index