pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk/check



Module Name:    pkgsrc
Committed By:   rillig
Date:           Wed May 31 20:18:08 UTC 2023

Modified Files:
        pkgsrc/mk/check: check-interpreter.mk

Log Message:
mk/check-interpreter: add cross-reference to documentation


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/mk/check/check-interpreter.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/check/check-interpreter.mk
diff -u pkgsrc/mk/check/check-interpreter.mk:1.32 pkgsrc/mk/check/check-interpreter.mk:1.33
--- pkgsrc/mk/check/check-interpreter.mk:1.32   Wed Nov 23 11:55:43 2022
+++ pkgsrc/mk/check/check-interpreter.mk        Wed May 31 20:18:08 2023
@@ -1,4 +1,4 @@
-# $NetBSD: check-interpreter.mk,v 1.32 2022/11/23 11:55:43 jperkin Exp $
+# $NetBSD: check-interpreter.mk,v 1.33 2023/05/31 20:18:08 rillig Exp $
 #
 # This file checks that after installation, all files of the package
 # that start with a "#!" line will find their interpreter. Files that
@@ -26,6 +26,8 @@
 #
 #      Example: share/package1/* share/package2/somefile
 #
+# See also:
+#      ../configure/replace-interpreter.mk
 
 .if ${PKG_DEVELOPER:Uno} != "no"
 CHECK_INTERPRETER?=            yes



Home | Main Index | Thread Index | Old Index