pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Apr 19 12:53:21 UTC 2020

Modified Files:
        pkgsrc/mk: license.mk

Log Message:
mk/license.mk: adjust location of the ninka package


To generate a diff of this commit:
cvs rdiff -u -r1.103 -r1.104 pkgsrc/mk/license.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mk/license.mk
diff -u pkgsrc/mk/license.mk:1.103 pkgsrc/mk/license.mk:1.104
--- pkgsrc/mk/license.mk:1.103  Sat Dec  7 04:47:32 2019
+++ pkgsrc/mk/license.mk        Sun Apr 19 12:53:21 2020
@@ -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 @@ guess-license: .PHONY
 
        ${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