pkgsrc-WIP-changes archive

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

wip/x*: fix pkglint indentation warnings



Module Name:	pkgsrc-wip
Committed By:	Roland Illig <roland.illig%gmx.de@localhost>
Pushed By:	rillig
Date:		Sun Jan 28 00:02:18 2018 +0000
Changeset:	0fef5757e0f1ed0cdbc2145de0266caebf15b44e

Modified Files:
	xalan-c-1.10/Makefile
	xalan-c/Makefile
	xerces-c-2.8.0/buildlink3.mk
	xesam-glib/Makefile
	xf86-input-mouse-dfbsd/options.mk
	xf86-input-synaptics/Makefile
	xf86-video-ati-dfbsd/Makefile
	xf86-video-geode/Makefile
	xf86-video-intel-dfbsd/Makefile
	xf86-video-intel-git/Makefile
	xmail/Makefile
	xmds/Makefile
	xmlformat-docs/PLIST
	xmlsysinfo/Makefile
	xmms-volnorm/Makefile
	xmms2/Makefile
	xmms2/options.mk
	xmoto/Makefile
	xmoto/options.mk
	xoo/Makefile
	xpi-quick_locale_switcher/Makefile
	xspd/options.mk
	xspread/PLIST
	xtags/Makefile
	xtreemfs-server/Makefile
	xwelltris/options.mk
	xwindiff/Makefile

Log Message:
wip/x*: fix pkglint indentation warnings

pkglint -Wall -F -o aligned x*/

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

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

diffstat:
 xalan-c-1.10/Makefile              |  4 ++--
 xalan-c/Makefile                   |  4 ++--
 xerces-c-2.8.0/buildlink3.mk       |  2 +-
 xesam-glib/Makefile                |  2 +-
 xf86-input-mouse-dfbsd/options.mk  | 12 ++++++------
 xf86-input-synaptics/Makefile      |  2 +-
 xf86-video-ati-dfbsd/Makefile      |  2 +-
 xf86-video-geode/Makefile          |  6 +++---
 xf86-video-intel-dfbsd/Makefile    |  4 ++--
 xf86-video-intel-git/Makefile      |  2 +-
 xmail/Makefile                     |  2 +-
 xmds/Makefile                      |  2 +-
 xmlformat-docs/PLIST               | 12 ++++++------
 xmlsysinfo/Makefile                |  6 +++---
 xmms-volnorm/Makefile              |  2 +-
 xmms2/Makefile                     |  2 +-
 xmms2/options.mk                   |  2 +-
 xmoto/Makefile                     |  2 +-
 xmoto/options.mk                   |  2 +-
 xoo/Makefile                       |  6 +++---
 xpi-quick_locale_switcher/Makefile |  2 +-
 xspd/options.mk                    |  4 ++--
 xspread/PLIST                      |  2 +-
 xtags/Makefile                     |  4 ++--
 xtreemfs-server/Makefile           |  4 ++--
 xwelltris/options.mk               |  2 +-
 xwindiff/Makefile                  |  2 +-
 27 files changed, 49 insertions(+), 49 deletions(-)

diffs:
diff --git a/xalan-c-1.10/Makefile b/xalan-c-1.10/Makefile
index 47363493b6..45bc119d92 100755
--- a/xalan-c-1.10/Makefile
+++ b/xalan-c-1.10/Makefile
@@ -6,9 +6,9 @@ PKGNAME=	xalan-c-1.10
 PKGREVISION=	4
 CATEGORIES=	textproc
 MASTER_SITES=	http://archive.apache.org/dist/xml/xalan-c/source/
-DISTFILES=      ${DISTNAME}${EXTRACT_SUFX}
+DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
 
-DISTFILES+=     xerces-c-src_2_8_0.tar.gz
+DISTFILES+=	xerces-c-src_2_8_0.tar.gz
 SITES.xerces-c-src_2_8_0.tar.gz=	${MASTER_SITE_APACHE:=xerces/c/2/sources/}
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	http://xml.apache.org/xalan-c/l
diff --git a/xalan-c/Makefile b/xalan-c/Makefile
index fc35d04113..b89dcaa77d 100755
--- a/xalan-c/Makefile
+++ b/xalan-c/Makefile
@@ -5,9 +5,9 @@ DISTNAME=	xalan_c-1.11-src
 PKGNAME=	${DISTNAME:S|_c|-c|:S|-src||}
 CATEGORIES=	textproc
 MASTER_SITES=	${MASTER_SITE_APACHE:=xalan/xalan-c/sources/}
-DISTFILES=      ${DISTNAME}${EXTRACT_SUFX}
+DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
 
-DISTFILES+=     xerces-c-3.1.1.tar.gz
+DISTFILES+=	xerces-c-3.1.1.tar.gz
 SITES.xerces-c-3.1.1.tar.gz=	${MASTER_SITE_APACHE:=xerces/c/3/sources/}
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	http://xml.apache.org/xalan-c/
diff --git a/xerces-c-2.8.0/buildlink3.mk b/xerces-c-2.8.0/buildlink3.mk
index d29e34a444..6747d2c542 100755
--- a/xerces-c-2.8.0/buildlink3.mk
+++ b/xerces-c-2.8.0/buildlink3.mk
@@ -7,7 +7,7 @@ XERCES_C_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.xerces-c+=	xerces-c>=2.8.0
 BUILDLINK_ABI_DEPENDS.xerces-c?=	xerces-c>=2.8.0
-BUILDLINK_PKGSRCDIR.xerces-c?=	../../wip/xerces-c-2.8.0
+BUILDLINK_PKGSRCDIR.xerces-c?=		../../wip/xerces-c-2.8.0
 
 .include "../../converters/libiconv/buildlink3.mk"
 .endif # XERCES_C_BUILDLINK3_MK
diff --git a/xesam-glib/Makefile b/xesam-glib/Makefile
index e1d6c54fb8..c3628f90d5 100644
--- a/xesam-glib/Makefile
+++ b/xesam-glib/Makefile
@@ -16,7 +16,7 @@ USE_LANGUAGES+=	c c++
 
 PKGCONFIG_OVERRIDE+=	xesam-glib.pc.in
 
-BUILDLINK_API_DEPENDS.glib2+=           glib2>=2.10.0
+BUILDLINK_API_DEPENDS.glib2+=		glib2>=2.10.0
 
 
 .include "../../devel/glib2/buildlink3.mk"
diff --git a/xf86-input-mouse-dfbsd/options.mk b/xf86-input-mouse-dfbsd/options.mk
index b9e8688032..2ef86455eb 100644
--- a/xf86-input-mouse-dfbsd/options.mk
+++ b/xf86-input-mouse-dfbsd/options.mk
@@ -1,27 +1,27 @@
-PKG_OPTIONS_VAR=        PKG_OPTIONS.xf86-input-mouse
+PKG_OPTIONS_VAR=	PKG_OPTIONS.xf86-input-mouse
 # dflyu4b is for DragonFly BSD newer USB stack, ported from newer FreeBSD
 #     #include <bus/u4b/usb.h>
 # dflyusb is for DragonFly BSD older USB stack, OS version < 300703
 #     #include <bus/usb/usb.h>
 # fbsdusb is for FreeBSD USB stack 
 #     #include <dev/usb/usb.h>
-PKG_SUPPORTED_OPTIONS= dflyu4b dflyusb fbsdusb 
+PKG_SUPPORTED_OPTIONS=	dflyu4b dflyusb fbsdusb 
 PKG_SUGGESTED_OPTIONS=
 
 .include "../../mk/bsd.options.mk"
 
 .if ${OPSYS} == "DragonFly"
 .if !empty(OS_VERSION:M[0-2].*) || !empty(OS_VERSION:M3.0*)
-PKG_SUGGESTED_OPTIONS+= dflyusb 
+PKG_SUGGESTED_OPTIONS+=	dflyusb 
 .else
 # Assume Dragonfly 3.1 - 3.6 users built U4B stack
 # 3.8 and after U4B is the default
-PKG_SUGGESTED_OPTIONS+= dflyu4b 
+PKG_SUGGESTED_OPTIONS+=	dflyu4b 
 .endif
 .endif
 
 .if ${OPSYS} == "FreeBSD"
-PKG_SUGGESTED_OPTIONS+= fbsdusb
+PKG_SUGGESTED_OPTIONS+=	fbsdusb
 .endif
 
 .if !empty(PKG_OPTIONS:Mdflyu4b) || !empty(PKG_OPTIONS:Mdflyusb) || !empty(PKG_OPTIONS:Mfbsdusb)
@@ -37,7 +37,7 @@ CPPFLAGS+=	-DDRAGONFLY_USB
 .endif
 
 .if !empty(PKG_OPTIONS:Mdflyu4b) || !empty(PKG_OPTIONS:Mdflyusb) || !empty(PKG_OPTIONS:Mfbsdusb)
-SUBST_CLASSES+=                 freebsdusb 
+SUBST_CLASSES+=			freebsdusb 
 SUBST_STAGE.freebsdusb=		post-extract
 SUBST_MESSAGE.freebsdusb=	Patching src/Makefile.in for DragonFly or FreeBSD compatible USB 
 SUBST_FILES.freebsdusb+=	src/Makefile.in
diff --git a/xf86-input-synaptics/Makefile b/xf86-input-synaptics/Makefile
index 112ef62560..f7bd640311 100644
--- a/xf86-input-synaptics/Makefile
+++ b/xf86-input-synaptics/Makefile
@@ -16,7 +16,7 @@ USE_TOOLS+=	pkg-config
 
 PKGCONFIG_OVERRIDE+=	xorg-synaptics.pc.in
 
-ONLY_FOR_PLATFORM= Linux-*-*
+ONLY_FOR_PLATFORM=	Linux-*-*
 
 post-install:
 	${INSTALL_DATA} ${WRKSRC}/fdi/11-x11-synaptics.fdi \
diff --git a/xf86-video-ati-dfbsd/Makefile b/xf86-video-ati-dfbsd/Makefile
index bb7fa74dbf..c01a56a702 100644
--- a/xf86-video-ati-dfbsd/Makefile
+++ b/xf86-video-ati-dfbsd/Makefile
@@ -18,7 +18,7 @@ USE_TOOLS+=	gmake pkg-config
 .include "../../mk/bsd.prefs.mk"
 
 PKG_OPTIONS_VAR=	PKG_OPTIONS.xf86-video-ati
-PKG_SUPPORTED_OPTIONS=  debug	
+PKG_SUPPORTED_OPTIONS=	debug	
 
 .include "../../mk/bsd.options.mk"
 
diff --git a/xf86-video-geode/Makefile b/xf86-video-geode/Makefile
index c1b34b3f9a..3ef66d8a90 100644
--- a/xf86-video-geode/Makefile
+++ b/xf86-video-geode/Makefile
@@ -13,9 +13,9 @@ COMMENT=	Modular Xorg AMD Geode GX/LX driver
 # http://bugs.freedesktop.org/show_bug.cgi?id=23590
 ONLY_FOR_PLATFORM=	*-*-i386
 
-USE_LIBTOOL=    yes
-GNU_CONFIGURE=  yes
-USE_TOOLS+=     pkg-config
+USE_LIBTOOL=	yes
+GNU_CONFIGURE=	yes
+USE_TOOLS+=	pkg-config
 
 .include "../../x11/modular-xorg-server/buildlink3.mk"
 .include "../../x11/fontsproto/buildlink3.mk"
diff --git a/xf86-video-intel-dfbsd/Makefile b/xf86-video-intel-dfbsd/Makefile
index da9803c9f1..c9a96a9621 100644
--- a/xf86-video-intel-dfbsd/Makefile
+++ b/xf86-video-intel-dfbsd/Makefile
@@ -26,9 +26,9 @@ CONFIGURE_ENV.SunOS+=	DRIVER_MAN_SUFFIX=4
 # DragonFly version 4.6-RELEASE, maybe other versions prior to 4.7
 # need -D_WITH_GETLINE=1 according to: 
 # https://github.com/DragonFlyBSD/DPorts/issues/184
-CFLAGS.FreeBSD+=	-D_WITH_GETLINE=1
+CFLAGS.FreeBSD+=		-D_WITH_GETLINE=1
 CONFIGURE_ENV.FreeBSD+=		xorg_cv_cc_flag__Wno_maybe_uninitialized=no
-CFLAGS.DragonFly+=	-D_WITH_GETLINE=1
+CFLAGS.DragonFly+=		-D_WITH_GETLINE=1
 CONFIGURE_ENV.DragonFly+=	xorg_cv_cc_flag__Wno_maybe_uninitialized=no
 
 BUILDLINK_API_DEPENDS.libdrm+=	libdrm>=2.4.7
diff --git a/xf86-video-intel-git/Makefile b/xf86-video-intel-git/Makefile
index 1d893ffe00..47653e3a78 100644
--- a/xf86-video-intel-git/Makefile
+++ b/xf86-video-intel-git/Makefile
@@ -5,7 +5,7 @@ CATEGORIES=	x11
 
 GIT_REPOSITORIES=		xf86-video-intel
 GIT_REPO.xf86-video-intel=	git://anongit.freedesktop.org/xorg/driver/xf86-video-intel
-WRKSRC=			${WRKDIR}/${PKGBASE}
+WRKSRC=				${WRKDIR}/${PKGBASE}
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	http://xorg.freedesktop.org/
diff --git a/xmail/Makefile b/xmail/Makefile
index 56a93a9368..4818c73f3d 100644
--- a/xmail/Makefile
+++ b/xmail/Makefile
@@ -34,7 +34,7 @@ EXT=bsd # Default one :)
 .	endif
 .endif
 
-MAKE_FILE=Makefile.${EXT}
+MAKE_FILE=	Makefile.${EXT}
 
 INSTALLATION_DIRS+=	libexec/${PKGBASE} sbin share/doc/${PKGBASE}
 
diff --git a/xmds/Makefile b/xmds/Makefile
index ac9b85cd7f..06efe6b24a 100644
--- a/xmds/Makefile
+++ b/xmds/Makefile
@@ -10,7 +10,7 @@ HOMEPAGE=	http://xmds.sourceforge.net/
 COMMENT=	XMDS is a code generator that integrates equations
 LICENSE=	gnu-gpl-v2
 
-MAKE_JOBS_SAFE=NO
+MAKE_JOBS_SAFE=	NO
 
 GNU_CONFIGURE=	yes
 USE_LIBTOOL=	yes
diff --git a/xmlformat-docs/PLIST b/xmlformat-docs/PLIST
index 6732d57c6e..83f6fba86c 100644
--- a/xmlformat-docs/PLIST
+++ b/xmlformat-docs/PLIST
@@ -1,5 +1,11 @@
 @comment $NetBSD: PLIST,v 1.4 2009/10/11 10:45:25 thomasklausner Exp $
 share/doc/xmlformat/API
+share/doc/xmlformat/examples/doc1.xml
+share/doc/xmlformat/examples/doc2.conf1
+share/doc/xmlformat/examples/doc2.conf2
+share/doc/xmlformat/examples/doc2.conf3
+share/doc/xmlformat/examples/doc2.conf4
+share/doc/xmlformat/examples/doc2.xml
 share/doc/xmlformat/tutorial.html
 share/doc/xmlformat/tutorial.pdf
 share/doc/xmlformat/tutorial.xml
@@ -7,9 +13,3 @@ share/doc/xmlformat/xmlformat.conf
 share/doc/xmlformat/xmlformat.html
 share/doc/xmlformat/xmlformat.pdf
 share/doc/xmlformat/xmlformat.xml
-share/doc/xmlformat/examples/doc1.xml
-share/doc/xmlformat/examples/doc2.conf1
-share/doc/xmlformat/examples/doc2.conf2
-share/doc/xmlformat/examples/doc2.conf3
-share/doc/xmlformat/examples/doc2.conf4
-share/doc/xmlformat/examples/doc2.xml
diff --git a/xmlsysinfo/Makefile b/xmlsysinfo/Makefile
index 7792d12779..3486e10aab 100644
--- a/xmlsysinfo/Makefile
+++ b/xmlsysinfo/Makefile
@@ -9,8 +9,8 @@ HOMEPAGE=	http://xsi.kolabore.ath.cx/
 COMMENT=	System monitor that provides XML encoded stats
 
 
-BUILDLINK_API_DEPENDS.libxml2+=   libxml2>=2.0.0
-BUILDLINK_API_DEPENDS.zlib+=	  zlib>=1.2.0
+BUILDLINK_API_DEPENDS.libxml2+=	libxml2>=2.0.0
+BUILDLINK_API_DEPENDS.zlib+=	zlib>=1.2.0
 
 USE_LANGUAGES+=	c c++
 
@@ -20,7 +20,7 @@ USE_LANGUAGES+=	c c++
 GNU_CONFIGURE=	YES
 #USE_LIBTOOL=	YES
 
-CONFIGURE_ARGS+= --enable-user=xsi
+CONFIGURE_ARGS+=	--enable-user=xsi
 
 .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
diff --git a/xmms-volnorm/Makefile b/xmms-volnorm/Makefile
index 5e02c4944b..c6af0a88e3 100644
--- a/xmms-volnorm/Makefile
+++ b/xmms-volnorm/Makefile
@@ -2,7 +2,7 @@
 #
 
 DISTNAME=	volnorm-0.8.3
-PKGNAME=        xmms-${DISTNAME}
+PKGNAME=	xmms-${DISTNAME}
 CATEGORIES=	local
 MASTER_SITES=	http://download.sourceforge.net/volnorm/
 
diff --git a/xmms2/Makefile b/xmms2/Makefile
index 81fdca5c99..97533b9022 100644
--- a/xmms2/Makefile
+++ b/xmms2/Makefile
@@ -25,7 +25,7 @@ WITHOUT_PLUGINS=	nms sc68 # XXX Someone, package these!
 
 PLIST_SUBST+=		PERL5_SUB_INSTALLSITEARCHLIB=${PERL5_SUB_INSTALLARCHLIB:S|perl5/|perl5/site_perl/|1}
 
-PY_PATCHPLIST=          yes
+PY_PATCHPLIST=		yes
 
 .include "options.mk"
 
diff --git a/xmms2/options.mk b/xmms2/options.mk
index bee0694cd8..8d0bd54830 100644
--- a/xmms2/options.mk
+++ b/xmms2/options.mk
@@ -81,7 +81,7 @@ WITHOUT_PLUGINS+=	flac
 .endif
 
 .if !empty(PKG_OPTIONS:Mgamin)
-BUILD_DEPENDS+=	gamin-[0-9]*:../../sysutils/gamin
+BUILD_DEPENDS+=		gamin-[0-9]*:../../sysutils/gamin
 PLIST.gamin=		yes
 .else
 WITHOUT_PLUGINS+=	gamin
diff --git a/xmoto/Makefile b/xmoto/Makefile
index 08e4040003..4078ab92f2 100644
--- a/xmoto/Makefile
+++ b/xmoto/Makefile
@@ -31,7 +31,7 @@ GCC_REQD+=		3.4
 pre-configure:
 	cd ${WRKSRC} && autoconf
 
-INSTALLATION_DIRS+= share/applications share/pixmaps
+INSTALLATION_DIRS+=	share/applications share/pixmaps
 
 post-install:
 	${INSTALL_DATA} ${WRKSRC}/extra/xmoto.desktop ${DESTDIR}${PREFIX}/share/applications
diff --git a/xmoto/options.mk b/xmoto/options.mk
index c3202398b3..e4e0e56642 100644
--- a/xmoto/options.mk
+++ b/xmoto/options.mk
@@ -10,5 +10,5 @@ PLIST_VARS+=		nls
 USE_TOOLS+=		msgfmt
 PLIST.NLS=		yes
 .else
-CONFIGURE_ARGS+=        --disable-nls
+CONFIGURE_ARGS+=	--disable-nls
 .endif
diff --git a/xoo/Makefile b/xoo/Makefile
index 4f99e88908..59c7f9ae6c 100644
--- a/xoo/Makefile
+++ b/xoo/Makefile
@@ -12,9 +12,9 @@ COMMENT=	Graphical wrapper around Xnest/Xephyr
 
 LICENSE=	gnu-gpl-v2
 
-GNU_CONFIGURE=	yes
-CFLAGS=		-DPREFIX=\"${PREFIX:Q}\"
-CONFIGURE_ARGS+=CFLAGS=${CFLAGS:M*:Q}
+GNU_CONFIGURE=		yes
+CFLAGS=			-DPREFIX=\"${PREFIX:Q}\"
+CONFIGURE_ARGS+=	CFLAGS=${CFLAGS:M*:Q}
 
 post-install:
 	${INSTALL} -m 444 ${FILESDIR}/neo1973.png ${DESTDIR}${PREFIX}/share/xoo/neo1973.png
diff --git a/xpi-quick_locale_switcher/Makefile b/xpi-quick_locale_switcher/Makefile
index 75e25b533e..d4d3041fcf 100644
--- a/xpi-quick_locale_switcher/Makefile
+++ b/xpi-quick_locale_switcher/Makefile
@@ -31,7 +31,7 @@ SUBST_CLASSES+=		gui
 SUBST_STAGE.gui=	pre-configure
 SUBST_MESSAGE.gui=	Change GUI locale by default
 SUBST_FILES.gui+=	defaults/preferences/prefs.js
-SUBST_SED.gui+=          -e 's/pref("extensions.qls.switch_gulocale", false);/pref("extensions.qls.switch_gulocale", true);/'
+SUBST_SED.gui+=		-e 's/pref("extensions.qls.switch_gulocale", false);/pref("extensions.qls.switch_gulocale", true);/'
 
 do-install:
 	cd ${WRKSRC} && pax -rw . ${DESTDIR}${PREFIX}/${XPI_DIR}
diff --git a/xspd/options.mk b/xspd/options.mk
index 24d3dd9fd3..8c6b2d45e6 100644
--- a/xspd/options.mk
+++ b/xspd/options.mk
@@ -17,7 +17,7 @@ MAKE_ENV+=	SEMUN="0"
 .endif
 
 .if !empty(PKG_OPTIONS:Mbitmode64)
-BITMODE=64
+BITMODE=	64
 .else
-BITMODE=32
+BITMODE=	32
 .endif
diff --git a/xspread/PLIST b/xspread/PLIST
index 7cbc3d34b7..5625b95c40 100644
--- a/xspread/PLIST
+++ b/xspread/PLIST
@@ -7,6 +7,7 @@ share/doc/xspread/README
 share/doc/xspread/Sample_Run
 share/doc/xspread/final_rpt
 share/doc/xspread/last_xspread
+share/doc/xspread/notes
 share/doc/xspread/prog_rpt
 share/doc/xspread/sc.changes
 share/doc/xspread/sc.readme
@@ -18,7 +19,6 @@ share/doc/xspread/xspread.ps
 share/doc/xspread/xspread.tex
 share/doc/xspread/xspread.toc
 share/doc/xspread/xspread_prog.asc
-share/doc/xspread/notes
 share/xspread/documents/progress.aux
 share/xspread/documents/progress.dvi
 share/xspread/documents/progress.log
diff --git a/xtags/Makefile b/xtags/Makefile
index f78ff4e06b..06c55e330b 100644
--- a/xtags/Makefile
+++ b/xtags/Makefile
@@ -19,8 +19,8 @@ SUBST_MESSAGE.makefile=	Fixing config.mk...
 SUBST_FILES.makefile=	config.mk
 SUBST_SED.makefile+=	-e 's,/usr/local,${PREFIX},g'
 SUBST_SED.makefile+=	-e 's,share/man,${PKGMANDIR},g'
-SUBST_SED.makefile+=    -e 's,^CFLAGS =,CFLAGS +=,g'
-SUBST_SED.makefile+=    -e 's,^LDFLAGS =,LDFLAGS +=,g'
+SUBST_SED.makefile+=	-e 's,^CFLAGS =,CFLAGS +=,g'
+SUBST_SED.makefile+=	-e 's,^LDFLAGS =,LDFLAGS +=,g'
 SUBST_SED.makefile+=	-e 's/cc/${CC:Q}/'
 
 INSTALLATION_DIRS=	bin ${PKGMANDIR}/man1
diff --git a/xtreemfs-server/Makefile b/xtreemfs-server/Makefile
index efbfcc0d65..68ab868257 100644
--- a/xtreemfs-server/Makefile
+++ b/xtreemfs-server/Makefile
@@ -17,8 +17,8 @@ BUILD_DEFS+=		XTREEMFS_HOME
 PKG_GROUPS_VARS+=	XTREEMFS_GROUP
 PKG_USERS_VARS+=	XTREEMFS_USER
 
-PKG_GROUPS=		${XTREEMFS_GROUP}
-PKG_USERS=		${XTREEMFS_USER}:${XTREEMFS_GROUP}
+PKG_GROUPS=			${XTREEMFS_GROUP}
+PKG_USERS=			${XTREEMFS_USER}:${XTREEMFS_GROUP}
 PKG_GECOS.${XTREEMFS_USER}=	XtreemFS daemon user
 PKG_HOME.${XTREEMFS_USER}=	${XTREEMFS_HOME}
 
diff --git a/xwelltris/options.mk b/xwelltris/options.mk
index 4f9fe1c607..2e903374cf 100644
--- a/xwelltris/options.mk
+++ b/xwelltris/options.mk
@@ -1,6 +1,6 @@
 # $NetBSD: options.mk,v 1.2 2008/08/09 19:47:19 leot1990 Exp $
 
-PKG_OPTIONS_VAR=		PKG_OPTIONS.xwelltris
+PKG_OPTIONS_VAR=	PKG_OPTIONS.xwelltris
 PKG_SUPPORTED_OPTIONS=	sdl
 
 .include "../../mk/bsd.options.mk"
diff --git a/xwindiff/Makefile b/xwindiff/Makefile
index 03cce9107a..36e171c34e 100644
--- a/xwindiff/Makefile
+++ b/xwindiff/Makefile
@@ -14,7 +14,7 @@ GNU_CONFIGURE=	YES
 USE_TOOLS+=	pkg-config
 USE_LANGUAGES=	c
 
-INSTALLATION_DIRS+= bin
+INSTALLATION_DIRS+=	bin
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/xwindiff ${DESTDIR}${PREFIX}/bin


Home | Main Index | Thread Index | Old Index