pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/fonts/fontconfig fontconfig: pkglint cleanup



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0d481c12dbac
branches:  trunk
changeset: 376429:0d481c12dbac
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Apr 07 12:39:06 2022 +0000

description:
fontconfig: pkglint cleanup

diffstat:

 fonts/fontconfig/Makefile |  16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diffs (37 lines):

diff -r 2c3fe4365b7f -r 0d481c12dbac fonts/fontconfig/Makefile
--- a/fonts/fontconfig/Makefile Thu Apr 07 12:39:05 2022 +0000
+++ b/fonts/fontconfig/Makefile Thu Apr 07 12:39:06 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.123 2022/04/04 12:47:47 riastradh Exp $
+# $NetBSD: Makefile,v 1.124 2022/04/07 12:39:06 wiz Exp $
 
 DISTNAME=      fontconfig-2.13.1
 PKGREVISION=   6
@@ -17,7 +17,7 @@
 USE_LIBTOOL=           yes
 USE_TOOLS+=            gmake pkg-config msgfmt
 GNU_CONFIGURE=         yes
-CONFIGURE_ARGS+=       --with-default-fonts=${LOCALBASE}/share/fonts/X11
+CONFIGURE_ARGS+=       --with-default-fonts=${PREFIX}/share/fonts/X11
 CONFIGURE_ARGS+=       --with-expat-includes=${BUILDLINK_PREFIX.expat}/include
 CONFIGURE_ARGS+=       --with-expat-lib=${BUILDLINK_PREFIX.expat}/lib
 CONFIGURE_ARGS+=       --with-baseconfigdir=${PKG_SYSCONFDIR}
@@ -69,12 +69,12 @@
 MAKE_DIRS+=    ${PKG_SYSCONFDIR}/conf.d
 # following list from ${WRKSRC}/conf.d/Makefile.am
 FC_STDCONF=    10-scale-bitmap-fonts.conf 10-hinting-full.conf \
-       10-hinting-medium.conf 10-hinting-none.conf 10-hinting-slight.conf \
-       20-unhint-small-vera.conf \
-       30-metric-aliases.conf 40-nonlatin.conf \
-       45-latin.conf 49-sansserif.conf 50-user.conf 51-local.conf \
-       60-latin.conf 65-fonts-persian.conf 65-nonlatin.conf 69-unifont.conf \
-       80-delicious.conf 90-synthetic.conf
+               10-hinting-medium.conf 10-hinting-none.conf 10-hinting-slight.conf \
+               20-unhint-small-vera.conf \
+               30-metric-aliases.conf 40-nonlatin.conf \
+               45-latin.conf 49-sansserif.conf 50-user.conf 51-local.conf \
+               60-latin.conf 65-fonts-persian.conf 65-nonlatin.conf 69-unifont.conf \
+               80-delicious.conf 90-synthetic.conf
 # pkgsrc addition
 FC_STDCONF+=   30-pkgsrc-aliases.conf
 FC_STDCONF+=   70-no-bitmap-webfonts.conf



Home | Main Index | Thread Index | Old Index