pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk fonts.mk: hide echo itself, and improve quoting



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5220068a3c17
branches:  trunk
changeset: 321988:5220068a3c17
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Apr 06 08:43:41 2019 +0000

description:
fonts.mk: hide echo itself, and improve quoting

diffstat:

 mk/fonts.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2cded843e8e1 -r 5220068a3c17 mk/fonts.mk
--- a/mk/fonts.mk       Sat Apr 06 06:55:18 2019 +0000
+++ b/mk/fonts.mk       Sat Apr 06 08:43:41 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: fonts.mk,v 1.14 2019/04/06 06:55:18 maya Exp $
+# $NetBSD: fonts.mk,v 1.15 2019/04/06 08:43:41 wiz Exp $
 #
 # Install .otf and .ttf font files.
 #
@@ -19,7 +19,7 @@
 do-install: install-fonts
 
 install-fonts:
-       ${STEP_MSG} "Installing all .otf and .ttf files from " ${WRKSRC}
+       @${STEP_MSG} "Installing all .otf and .ttf files from ${WRKSRC}"
        ${FIND} ${WRKSRC} -name ${DESTDIR:T} -prune -o -iname '*.ttf' -exec \
                ${INSTALL_DATA} "{}" ${DESTDIR}${TTF_FONTS_DIR} ";"
        ${FIND} ${WRKSRC} -name ${DESTDIR:T} -prune -o -iname '*.otf' -exec \



Home | Main Index | Thread Index | Old Index