pkgsrc-WIP-changes archive

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

lumina-desktop: corrections



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Fri Nov 6 10:12:45 2020 +0100
Changeset:	bf28d95b02c58b3ddc118c9610c07c4c45d49476

Modified Files:
	lumina-desktop/Makefile

Log Message:
lumina-desktop: corrections

patch by David Gutteridge

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

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

diffstat:
 lumina-desktop/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diffs:
diff --git a/lumina-desktop/Makefile b/lumina-desktop/Makefile
index abac0ffdb7..de32df913b 100644
--- a/lumina-desktop/Makefile
+++ b/lumina-desktop/Makefile
@@ -24,7 +24,9 @@ MAKE_ENV+=	LFLAGS=${LDFLAGS:Q}
 do-configure:
 	cd ${WRKSRC} && \
 	${SETENV} ${CONFIGURE_ENV} \
-	${QTDIR}/bin/qmake PREFIX=${PREFIX} LIBPREFIX=${PREFIX}/lib CONFIG+="configure WITH_I18N" ${EXTRA}
+	${QTDIR}/bin/qmake PREFIX=${PREFIX} LIBPREFIX=${PREFIX}/lib \
+	L_ETCDIR=${PKG_SYSCONFDIR} L_MANDIR=${PREFIX}/${PKGMANDIR} \
+	CONFIG+="configure WITH_I18N" ${EXTRA}
 
 pre-install:
 	${RUN} ${INSTALL_DATA_DIR} ${DESTDIR}${EGDIR}


Home | Main Index | Thread Index | Old Index