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:   wiz
Date:           Sat Apr  6 08:43:41 UTC 2019

Modified Files:
        pkgsrc/mk: fonts.mk

Log Message:
fonts.mk: hide echo itself, and improve quoting


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/mk/fonts.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/fonts.mk
diff -u pkgsrc/mk/fonts.mk:1.14 pkgsrc/mk/fonts.mk:1.15
--- pkgsrc/mk/fonts.mk:1.14     Sat Apr  6 06:55:18 2019
+++ pkgsrc/mk/fonts.mk  Sat Apr  6 08:43:41 2019
@@ -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 @@ INSTALLATION_DIRS+=   ${TTF_FONTS_DIR} ${O
 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