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: Sat Mar 28 20:39:50 UTC 2020
Modified Files:
pkgsrc/mk: subst.mk
Log Message:
mk/subst.mk: fix typo in documentation
To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 pkgsrc/mk/subst.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/subst.mk
diff -u pkgsrc/mk/subst.mk:1.72 pkgsrc/mk/subst.mk:1.73
--- pkgsrc/mk/subst.mk:1.72 Mon Mar 23 11:27:29 2020
+++ pkgsrc/mk/subst.mk Sat Mar 28 20:39:50 2020
@@ -1,4 +1,4 @@
-# $NetBSD: subst.mk,v 1.72 2020/03/23 11:27:29 jperkin Exp $
+# $NetBSD: subst.mk,v 1.73 2020/03/28 20:39:50 rillig Exp $
#
# The subst framework replaces text in one or more files in the WRKSRC
# directory. Packages can define several ``classes'' of replacements.
@@ -58,7 +58,7 @@
# -e 's,@VARNAME@,${VARNAME},g'
#
# that even works when ${VARNAME} contains arbitrary characters.
-# SUBST_SED and SUBST_VARS can combined freely.
+# SUBST_SED and SUBST_VARS can be combined freely.
#
# SUBST_FILTER_CMD.<class>
# Filter used to perform the actual substitution on the specified
Home |
Main Index |
Thread Index |
Old Index