pkgsrc-Changes archive

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

CVS commit: pkgsrc/fonts/harfbuzz-icu



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Fri Mar  4 13:41:16 UTC 2022

Modified Files:
        pkgsrc/fonts/harfbuzz-icu: Makefile

Log Message:
harfbuzz-icu: Use INSTALL_LIB instead of LN to create symlinks


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/fonts/harfbuzz-icu/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/fonts/harfbuzz-icu/Makefile
diff -u pkgsrc/fonts/harfbuzz-icu/Makefile:1.8 pkgsrc/fonts/harfbuzz-icu/Makefile:1.9
--- pkgsrc/fonts/harfbuzz-icu/Makefile:1.8      Fri Feb  4 16:39:36 2022
+++ pkgsrc/fonts/harfbuzz-icu/Makefile  Fri Mar  4 13:41:16 2022
@@ -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 @@ harfbuzz-icu-install:
        ${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