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 Jul 26 06:20:42 UTC 2026

Modified Files:
        pkgsrc/mk: license.mk

Log Message:
mk/license.mk: don't try to guess, just guess


To generate a diff of this commit:
cvs rdiff -u -r1.123 -r1.124 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.123 pkgsrc/mk/license.mk:1.124
--- pkgsrc/mk/license.mk:1.123  Thu May  1 12:56:45 2025
+++ pkgsrc/mk/license.mk        Sun Jul 26 06:20:42 2026
@@ -1,4 +1,4 @@
-# $NetBSD: license.mk,v 1.123 2025/05/01 12:56:45 wiz Exp $
+# $NetBSD: license.mk,v 1.124 2026/07/26 06:20:42 rillig Exp $
 #
 # This file handles everything about the LICENSE variable. It is
 # included automatically by bsd.pkg.mk.
@@ -288,12 +288,12 @@ PKG_FAIL_REASON+= \
 .endif
 
 # guess-license:
-#      Extracts the current package and tries to guess its license.
+#      Extracts the current package and guess its license.
 #      This is useful for package developers.
 #
 # Keywords: license
 guess-license: .PHONY
-       @# Running "make extract" would fetch and build the dependencies
+       # Running "make extract" would fetch and build the dependencies
        ${RUN} [ -d ${WRKSRC} ] \
        || ALLOW_VULNERABLE_PACKAGES=yes ${MAKE} makedirs fetch pre-extract do-extract
 



Home | Main Index | Thread Index | Old Index