pkgsrc-WIP-changes archive

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

Fix indent.



Module Name:	pkgsrc-wip
Committed By:	youri <youri%NetBSD.org@localhost>
Pushed By:	youri
Date:		Tue Apr 5 15:54:24 2016 +0200
Changeset:	7fc7d55fc44d27e046573a15b21651cd76bcb035

Modified Files:
	lxde-common/Makefile

Log Message:
Fix indent.

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

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

diffstat:
 lxde-common/Makefile | 39 +++++++++++++++++++--------------------
 1 file changed, 19 insertions(+), 20 deletions(-)

diffs:
diff --git a/lxde-common/Makefile b/lxde-common/Makefile
index fdc4694..564ef14 100644
--- a/lxde-common/Makefile
+++ b/lxde-common/Makefile
@@ -25,26 +25,25 @@ LXDE_CONF=		share/examples/lxde
 CONFIGURE_ARGS+=	--sysconfdir=${PREFIX}/${LXDE_CONF}
 PKG_SYSCONFSUBDIR=	xdg
 
-MAKE_DIRS+=	${PKG_SYSCONFDIR}/lxpanel/LXDE 		\
-			${PKG_SYSCONFDIR}/lxpanel/LXDE/panels 		\
-			${PKG_SYSCONFDIR}/lxsession/LXDE 	\
-			${PKG_SYSCONFDIR}/openbox/LXDE 		\
-			${PKG_SYSCONFDIR}/pcmanfm/LXDE
-
-CONF_FILES+=	${LXDE_CONF}/xdg/lxpanel/LXDE/config			\
-				${PKG_SYSCONFDIR}/lxpanel/LXDE/config 			\
-				${LXDE_CONF}/xdg/lxpanel/LXDE/panels/panel 		\
-				${PKG_SYSCONFDIR}/lxpanel/LXDE/panels/panel		\
-				${LXDE_CONF}/xdg/lxsession/LXDE/autostart 		\
-				${PKG_SYSCONFDIR}/lxsession/LXDE/autostart  	\
-				${LXDE_CONF}/xdg/lxsession/LXDE/desktop.conf 	\
-				${PKG_SYSCONFDIR}/lxsession/LXDE/desktop.conf 	\
-				${LXDE_CONF}/xdg/openbox/LXDE/menu.xml 			\
-				${PKG_SYSCONFDIR}/openbox/LXDE/menu.xml 		\
-				${LXDE_CONF}/xdg/openbox/LXDE/rc.xml 			\
-				${PKG_SYSCONFDIR}/openbox/LXDE/rc.xml			\
-				${LXDE_CONF}/xdg/pcmanfm/LXDE/pcmanfm.conf 		\
-				${PKG_SYSCONFDIR}/pcmanfm/LXDE/pcmanfm.conf
+MAKE_DIRS+=	${PKG_SYSCONFDIR}/lxpanel/LXDE/panels 	\
+		${PKG_SYSCONFDIR}/lxsession/LXDE 	\
+		${PKG_SYSCONFDIR}/openbox/LXDE 		\
+		${PKG_SYSCONFDIR}/pcmanfm/LXDE
+
+CONF_FILES+=	${LXDE_CONF}/xdg/lxpanel/LXDE/config		\
+		${PKG_SYSCONFDIR}/lxpanel/LXDE/config 		\
+		${LXDE_CONF}/xdg/lxpanel/LXDE/panels/panel 	\
+		${PKG_SYSCONFDIR}/lxpanel/LXDE/panels/panel	\
+		${LXDE_CONF}/xdg/lxsession/LXDE/autostart 	\
+		${PKG_SYSCONFDIR}/lxsession/LXDE/autostart  	\
+		${LXDE_CONF}/xdg/lxsession/LXDE/desktop.conf 	\
+		${PKG_SYSCONFDIR}/lxsession/LXDE/desktop.conf 	\
+		${LXDE_CONF}/xdg/openbox/LXDE/menu.xml 		\
+		${PKG_SYSCONFDIR}/openbox/LXDE/menu.xml		\
+		${LXDE_CONF}/xdg/openbox/LXDE/rc.xml 		\
+		${PKG_SYSCONFDIR}/openbox/LXDE/rc.xml		\
+		${LXDE_CONF}/xdg/pcmanfm/LXDE/pcmanfm.conf 	\
+		${PKG_SYSCONFDIR}/pcmanfm/LXDE/pcmanfm.conf
 
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index