pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/fonts/harfbuzz-icu harfbuzz-icu: Use INSTALL_LIB inste...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a2835267bea2
branches: trunk
changeset: 374979:a2835267bea2
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Fri Mar 04 13:41:16 2022 +0000
description:
harfbuzz-icu: Use INSTALL_LIB instead of LN to create symlinks
diffstat:
fonts/harfbuzz-icu/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 5166621dcc0d -r a2835267bea2 fonts/harfbuzz-icu/Makefile
--- a/fonts/harfbuzz-icu/Makefile Fri Mar 04 13:35:48 2022 +0000
+++ b/fonts/harfbuzz-icu/Makefile Fri Mar 04 13:41:16 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2022/02/04 16:39:36 ryoon Exp $
+# $NetBSD: Makefile,v 1.9 2022/03/04 13:41:16 ryoon Exp $
# XXX: hack to override meson installation
INSTALL_DIRS=
@@ -38,8 +38,8 @@
${LN} -f -s ${HARFBUZZ_ICU_LIBNAME} libharfbuzz-icu.dylib
.else
cd ${DESTDIR}${PREFIX}/lib && \
- ${LN} -f -s ${HARFBUZZ_ICU_LIBNAME} libharfbuzz-icu.so.0 && \
- ${LN} -f -s ${HARFBUZZ_ICU_LIBNAME} libharfbuzz-icu.so
+ ${INSTALL_LIB} -l s ${HARFBUZZ_ICU_LIBNAME} libharfbuzz-icu.so.0 && \
+ ${INSTALL_LIB} -l s ${HARFBUZZ_ICU_LIBNAME} libharfbuzz-icu.so
.endif
do-install: harfbuzz-icu-install
Home |
Main Index |
Thread Index |
Old Index