pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/pkgformat/pkg mk: Add missing line continuation, fi...
details: https://anonhg.NetBSD.org/pkgsrc/rev/cfcfb85ec545
branches: trunk
changeset: 421217:cfcfb85ec545
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Mon Jan 13 03:38:01 2020 +0000
description:
mk: Add missing line continuation, fix post-install
diffstat:
mk/pkgformat/pkg/metadata.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 728dfc84480f -r cfcfb85ec545 mk/pkgformat/pkg/metadata.mk
--- a/mk/pkgformat/pkg/metadata.mk Mon Jan 13 02:52:28 2020 +0000
+++ b/mk/pkgformat/pkg/metadata.mk Mon Jan 13 03:38:01 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: metadata.mk,v 1.18 2020/01/12 23:38:42 joerg Exp $
+# $NetBSD: metadata.mk,v 1.19 2020/01/13 03:38:01 ryoon Exp $
######################################################################
### The targets below are all PRIVATE.
@@ -197,7 +197,7 @@
done
${RUN} \
${CAT} ${.TARGET}.tmp | \
- ${AWK} '{ t=$$0; sub("^${PKGSRCDIR}/", "");
+ ${AWK} '{ t=$$0; sub("^${PKGSRCDIR}/", ""); \
printf "%s %s\n"; t, $$0 }' | \
while read file relfile; do \
${GREP} '\$$NetBSD' $$file 2>/dev/null | \
Home |
Main Index |
Thread Index |
Old Index