pkgsrc-WIP-changes archive

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

compat32_fontconfig: Style fixes



Module Name:	pkgsrc-wip
Committed By:	Naveen Narayanan <zerous@nocebo.space>
Pushed By:	zerous
Date:		Tue Jul 23 14:13:18 2019 +0200
Changeset:	62d58062005866fc0ab51895ac2a3f5493a5a4fa

Modified Files:
	compat32_fontconfig/Makefile

Log Message:
compat32_fontconfig: Style fixes

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=62d58062005866fc0ab51895ac2a3f5493a5a4fa

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

diffstat:
 compat32_fontconfig/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/compat32_fontconfig/Makefile b/compat32_fontconfig/Makefile
index b8ba4f8913..138ee55a33 100644
--- a/compat32_fontconfig/Makefile
+++ b/compat32_fontconfig/Makefile
@@ -62,12 +62,12 @@ CONFIGURE_ARGS+=	--with-arch=${MACHINE_ARCH}
 .endif
 CONFIGURE_ARGS+=	--with-add-fonts=${ADDFONTS}
 
-SUBST_CLASSES+= 	prefix
+SUBST_CLASSES+=		prefix
 SUBST_STAGE.prefix=	post-build
 SUBST_FILES.prefix=	conf.d/README
 SUBST_VARS.prefix=	PREFIX
 
-PKG_SYSCONFDIR32= 	${PREFIX}/emul/netbsd32/etc
+PKG_SYSCONFDIR32=	${PREFIX}/emul/netbsd32/etc
 EGDIR=			${PREFIX}/emul/netbsd32/share/examples/fontconfig
 CONF_FILES=		${EGDIR}/fonts.conf ${PKG_SYSCONFDIR32}/fonts.conf
 CONF_FILES+=		${EGDIR}/conf.d/README ${PKG_SYSCONFDIR32}/conf.d/README


Home | Main Index | Thread Index | Old Index