pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk/configure



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Jun  7 06:10:36 UTC 2020

Modified Files:
        pkgsrc/mk/configure: replace-interpreter.mk

Log Message:
mk/configure/replace-interpreter.mk: clean up show-all-interp variables


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/mk/configure/replace-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/configure/replace-interpreter.mk
diff -u pkgsrc/mk/configure/replace-interpreter.mk:1.20 pkgsrc/mk/configure/replace-interpreter.mk:1.21
--- pkgsrc/mk/configure/replace-interpreter.mk:1.20     Mon May 18 06:06:34 2020
+++ pkgsrc/mk/configure/replace-interpreter.mk  Sun Jun  7 06:10:36 2020
@@ -1,4 +1,4 @@
-# $NetBSD: replace-interpreter.mk,v 1.20 2020/05/18 06:06:34 rillig Exp $
+# $NetBSD: replace-interpreter.mk,v 1.21 2020/06/07 06:10:36 rillig Exp $
 
 # This file provides common templates for replacing #! interpreters
 # in script files.
@@ -135,9 +135,8 @@ replace-interpreter:
 .endfor
 
 _VARGROUPS+=           interp
-.for varname in REPLACE_AWK REPLACE_BASH REPLACE_CSH REPLACE_KSH REPLACE_PERL REPLACE_PERL6 REPLACE_SH
-_PKG_VARS.interp+=     ${varname}
-.endfor
+_PKG_VARS.interp=      REPLACE_AWK REPLACE_BASH REPLACE_CSH REPLACE_KSH
+_PKG_VARS.interp+=     REPLACE_PERL REPLACE_PERL6 REPLACE_SH
 _PKG_VARS.interp+=     REPLACE_INTERPRETER
 .for interp in ${REPLACE_INTERPRETER}
 _DEF_VARS.interp+=     REPLACE.${interp}.old REPLACE.${interp}.new REPLACE_FILES.${interp}



Home | Main Index | Thread Index | Old Index