pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk mk/fonts.mk: Install ttc font file too
details: https://anonhg.NetBSD.org/pkgsrc/rev/6f803ac9260d
branches: trunk
changeset: 385788:6f803ac9260d
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Mon Sep 26 16:17:10 2022 +0000
description:
mk/fonts.mk: Install ttc font file too
diffstat:
mk/fonts.mk | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 02233b4d7278 -r 6f803ac9260d mk/fonts.mk
--- a/mk/fonts.mk Mon Sep 26 16:13:59 2022 +0000
+++ b/mk/fonts.mk Mon Sep 26 16:17:10 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: fonts.mk,v 1.18 2021/11/13 22:21:20 nia Exp $
+# $NetBSD: fonts.mk,v 1.19 2022/09/26 16:17:10 ryoon Exp $
#
# Install .otf and .ttf font files.
#
@@ -19,8 +19,8 @@
install-fonts:
@${STEP_MSG} "Installing all .otf and .ttf files from ${WRKSRC}"
- ${FIND} ${WRKSRC} -name ${DESTDIR:T} -prune -o -name '*.[tT][tT][fF]' -exec \
+ ${FIND} ${WRKSRC} -name ${DESTDIR:T} -prune -o -name '*.[tT][tT][fFcC]' -exec \
${INSTALL_DATA} "{}" ${DESTDIR}${TTF_FONTS_DIR} ";"
- ${FIND} ${WRKSRC} -name ${DESTDIR:T} -prune -o -name '*.[oO][tT][fF]' -exec \
+ ${FIND} ${WRKSRC} -name ${DESTDIR:T} -prune -o -name '*.[oO][tT][fFcC]' -exec \
${INSTALL_DATA} "{}" ${DESTDIR}${OTF_FONTS_DIR} ";"
Home |
Main Index |
Thread Index |
Old Index