Skip to content

Commit

Permalink
Fix whitespace issues reported by pkglint
Browse files Browse the repository at this point in the history
  • Loading branch information
rillig committed Oct 8, 2018
1 parent 99b7814 commit 5295fa8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions mk/misc/uac-manifest.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: uac-manifest.mk,v 1.2 2013/08/31 20:54:07 rillig Exp $
# $NetBSD: uac-manifest.mk,v 1.3 2018/10/08 20:35:00 rillig Exp $
#
# This file generates manifest files for Windows.
#
Expand All @@ -21,7 +21,7 @@ GENERATE_PLIST+= ${UAC_MANIFEST_GENERATE_PLIST}
UAC_MANIFEST_GENERATE_PLIST= \
${ECHO} "@comment The following lines are automatically generated." && \
( cd ${DESTDIR}${PREFIX}; \
for file in ${UAC_REQD_EXECS}; do \
for file in ${UAC_REQD_EXECS}; do \
${TEST} $${file} -ef $${file}.exe && file=$${file}.exe; \
${ECHO} $${file}.manifest; \
done)
Expand All @@ -37,4 +37,4 @@ generate-uac-manifests:
${SED} -e s,@PKGNAME@,${PKGBASE}, -e s,@PROGNAME@,$${progname}, \
${PKGSRCDIR}/mk/misc/uac-manifest \
> $${filename}.manifest
.endfor
.endfor
4 changes: 2 additions & 2 deletions mk/subst.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: subst.mk,v 1.56 2018/01/02 21:18:48 rillig Exp $
# $NetBSD: subst.mk,v 1.57 2018/10/08 20:35:00 rillig Exp $
#
# This Makefile fragment implements a general text replacement facility.
# Package makefiles define a ``class'', for each of which a particular
Expand Down Expand Up @@ -82,7 +82,7 @@ SUBST_FILTER_CMD.${_class_}?= ${SED} ${SUBST_SED.${_class_}}
SUBST_VARS.${_class_}?= # none
SUBST_MESSAGE.${_class_}?= Substituting "${_class_}" in ${SUBST_FILES.${_class_}}
. for v in ${SUBST_VARS.${_class_}}
SUBST_FILTER_CMD.${_class_} += -e s,@${v}@,${${v}:S|\\|\\\\|gW:S|,|\\,|gW:S|&|\\\&|gW:Q},g
SUBST_FILTER_CMD.${_class_}+= -e s,@${v}@,${${v}:S|\\|\\\\|gW:S|,|\\,|gW:S|&|\\\&|gW:Q},g
. endfor
. if !empty(SUBST_SHOW_DIFF.${_class_}:Uno:M[Yy][Ee][Ss])
_SUBST_KEEP.${_class_}?= ${DIFF} -u "$$file" "$$tmpfile" || true
Expand Down

0 comments on commit 5295fa8

Please # to comment.