pkgsrc-WIP-changes archive

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

wip/i*: fix pkglint indentation warnings



Module Name:	pkgsrc-wip
Committed By:	Roland Illig <roland.illig%gmx.de@localhost>
Pushed By:	rillig
Date:		Sat Jan 27 21:07:08 2018 +0000
Changeset:	17ab130e74b45e89036f9d2e6e10c2c550ff28db

Modified Files:
	icecat/Makefile
	icecat/PLIST
	icecat/options.mk
	icestorm-git/Makefile
	ifstat/options.mk
	igal/PLIST
	iisemulator/PLIST
	imagination/Makefile
	info2man/Makefile
	info2man/buildlink3.mk
	interbase-docs/Makefile
	io-base/addon.mk
	io-range/buildlink3.mk
	io-regex/Makefile
	io-securesocket/Makefile
	ircII-current/options.mk
	irrlicht/Makefile
	irrlicht/buildlink3.mk
	irssi-otr/Makefile
	ispell-dictionaries/options.mk
	itools/Makefile

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

pkglint -Wall -F -o aligned i*/

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

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

diffstat:
 icecat/Makefile                |   2 +-
 icecat/PLIST                   |   2 +-
 icecat/options.mk              |   4 +-
 icestorm-git/Makefile          |  38 +++++++-------
 ifstat/options.mk              |  40 +++++++--------
 igal/PLIST                     |  10 ++--
 iisemulator/PLIST              | 112 ++++++++++++++++++++---------------------
 imagination/Makefile           |   8 +--
 info2man/Makefile              |   4 +-
 info2man/buildlink3.mk         |   2 +-
 interbase-docs/Makefile        |   4 +-
 io-base/addon.mk               |   4 +-
 io-range/buildlink3.mk         |   4 +-
 io-regex/Makefile              |   2 +-
 io-securesocket/Makefile       |   2 +-
 ircII-current/options.mk       |   4 +-
 irrlicht/Makefile              |  12 ++---
 irrlicht/buildlink3.mk         |   2 +-
 irssi-otr/Makefile             |   2 +-
 ispell-dictionaries/options.mk |   2 +-
 itools/Makefile                |   2 +-
 21 files changed, 131 insertions(+), 131 deletions(-)

diffs:
diff --git a/icecat/Makefile b/icecat/Makefile
index 8fd0f4632a..00f6057e60 100644
--- a/icecat/Makefile
+++ b/icecat/Makefile
@@ -92,7 +92,7 @@ install-desktop:
 .if ${OPSYS} == "NetBSD"
 # The configure test for __thread succeeds, but later we end up with:
 # dist/bin/libxul.so: undefined reference to `__tls_get_addr'
-CONFIGURE_ENV+= ac_cv_thread_keyword=no
+CONFIGURE_ENV+=	ac_cv_thread_keyword=no
 .endif
 
 .include "../../archivers/bzip2/buildlink3.mk"
diff --git a/icecat/PLIST b/icecat/PLIST
index b275861f85..d2cede7555 100644
--- a/icecat/PLIST
+++ b/icecat/PLIST
@@ -8,9 +8,9 @@ include/icecat/Fragmento.h
 include/icecat/ImageErrors.h
 include/icecat/ImageLogging.h
 include/icecat/LIR.h
+include/icecat/NSReg.h
 include/icecat/Native.h
 include/icecat/Nativei386.h
-include/icecat/NSReg.h
 include/icecat/RegAlloc.h
 include/icecat/VerReg.h
 include/icecat/XPCIDispatch.h
diff --git a/icecat/options.mk b/icecat/options.mk
index 5d4ef0c41c..04732cc67f 100644
--- a/icecat/options.mk
+++ b/icecat/options.mk
@@ -11,8 +11,8 @@ PKG_SUGGESTED_OPTIONS+=	mozilla-jemalloc
 
 .if !empty(MACHINE_ARCH:Mi386) || !empty(MACHINE_ARCH:Msparc) || \
 	!empty(MACHINE_ARCH:Marm)
-PKG_SUPPORTED_OPTIONS+= mozilla-jit
-PKG_SUGGESTED_OPTIONS+= mozilla-jit
+PKG_SUPPORTED_OPTIONS+=	mozilla-jit
+PKG_SUGGESTED_OPTIONS+=	mozilla-jit
 .endif
 
 .include "../../mk/bsd.options.mk"
diff --git a/icestorm-git/Makefile b/icestorm-git/Makefile
index 4f55e5e757..7f3325518f 100644
--- a/icestorm-git/Makefile
+++ b/icestorm-git/Makefile
@@ -4,7 +4,7 @@ PKGNAME=	icestorm-1.0
 DISTNAME=	icestorm
 CATEGORIES=	cross
 MASTER_SITES=	${MASTER_SITE_GITHUB:=cliffordwolf/}
-GITHUB_TAG= 	ce4e1bcfd8c791fe3fb6f991fbfaed309bc1f5ad
+GITHUB_TAG=	ce4e1bcfd8c791fe3fb6f991fbfaed309bc1f5ad
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/cliffordwolf/
@@ -12,31 +12,31 @@ COMMENT=	Project IceStorm
 LICENSE=	mit
 
 USE_LANGUAGES+=		c c++
-USE_TOOLS+= 		pkg-config gmake
-LIBS+= 			-lm -lstdc++
+USE_TOOLS+=		pkg-config gmake
+LIBS+=			-lm -lstdc++
 PYTHON_VERSIONS_ACCEPTED= 36 35 34
 
 WRKSRC=			${WRKDIR}/icestorm-${GITHUB_TAG}
 
-SUBST_CLASSES+= 	python
-SUBST_MESSAGE.python= 	Fixing non-shellbang references to python3.
-SUBST_STAGE.python= 	pre-configure
-SUBST_SED.python= 	-e 's,python3,${PYTHONBIN},g'
+SUBST_CLASSES+=		python
+SUBST_MESSAGE.python=	Fixing non-shellbang references to python3.
+SUBST_STAGE.python=	pre-configure
+SUBST_SED.python=	-e 's,python3,${PYTHONBIN},g'
 SUBST_FILES.python=	icebox/Makefile icefuzz/Makefile icetime/Makefile
 
-REPLACE_INTERPRETER+= 	usrbinenv
-REPLACE.usrbinenv.old= 	'/usr/bin/env\ python3'
-REPLACE.usrbinenv.new= 	${PYTHONBIN}
-REPLACE_FILES.usrbinenv= 	icebox/icebox.py
-REPLACE_FILES.usrbinenv+= 	icebox/icebox_chipdb.py
-REPLACE_FILES.usrbinenv+= 	icefuzz/timings.py
+REPLACE_INTERPRETER+=		usrbinenv
+REPLACE.usrbinenv.old=		'/usr/bin/env\ python3'
+REPLACE.usrbinenv.new=		${PYTHONBIN}
+REPLACE_FILES.usrbinenv=	icebox/icebox.py
+REPLACE_FILES.usrbinenv+=	icebox/icebox_chipdb.py
+REPLACE_FILES.usrbinenv+=	icefuzz/timings.py
 REPLACE_FILES.usrbinenv+=	icebox/icebox_colbuf.py
-REPLACE_FILES.usrbinenv+= 	icebox/icebox_diff.py
-REPLACE_FILES.usrbinenv+= 	icebox/icebox_explain.py
-REPLACE_FILES.usrbinenv+= 	icebox/icebox_html.py
-REPLACE_FILES.usrbinenv+= 	icebox/icebox_maps.py
-REPLACE_FILES.usrbinenv+= 	icebox/icebox_stat.py
-REPLACE_FILES.usrbinenv+= 	icebox/icebox_vlog.py
+REPLACE_FILES.usrbinenv+=	icebox/icebox_diff.py
+REPLACE_FILES.usrbinenv+=	icebox/icebox_explain.py
+REPLACE_FILES.usrbinenv+=	icebox/icebox_html.py
+REPLACE_FILES.usrbinenv+=	icebox/icebox_maps.py
+REPLACE_FILES.usrbinenv+=	icebox/icebox_stat.py
+REPLACE_FILES.usrbinenv+=	icebox/icebox_vlog.py
 
 .include "../../devel/libftdi/buildlink3.mk"
 .include "../../lang/python/application.mk"
diff --git a/ifstat/options.mk b/ifstat/options.mk
index a27f8cd939..2b5e408091 100644
--- a/ifstat/options.mk
+++ b/ifstat/options.mk
@@ -12,86 +12,86 @@ PKG_SUGGESTED_OPTIONS=	route
 # Debug build
 #
 .if !empty(PKG_OPTIONS:Mdebug)
-CONFIGURE_ARGS+=        --enable-debug
+CONFIGURE_ARGS+=	--enable-debug
 .endif
 
 #
 # Optimized build
 #
 .if !empty(PKG_OPTIONS:Moptimization)
-CONFIGURE_ARGS+=        --enable-optim
+CONFIGURE_ARGS+=	--enable-optim
 .endif
 
 #
 # /proc/net/dev driver
 #
 .if !empty(PKG_OPTIONS:Mproc)
-CONFIGURE_ARGS+=        --with-proc
+CONFIGURE_ARGS+=	--with-proc
 .else
-CONFIGURE_ARGS+=        --without-proc
+CONFIGURE_ARGS+=	--without-proc
 .endif
 
 #
 # kstat(3K) driver
 #
 .if !empty(PKG_OPTIONS:Mkstat)
-CONFIGURE_ARGS+=        --with-kstat
+CONFIGURE_ARGS+=	--with-kstat
 .else
-CONFIGURE_ARGS+=        --without-kstat
+CONFIGURE_ARGS+=	--without-kstat
 .endif
 
 #
 # ifmib(4) driver
 #
 .if !empty(PKG_OPTIONS:Mifmib)
-CONFIGURE_ARGS+=        --with-ifmib
+CONFIGURE_ARGS+=	--with-ifmib
 .else
-CONFIGURE_ARGS+=        --without-ifmib
+CONFIGURE_ARGS+=	--without-ifmib
 .endif
 
 #
 # ifdata ioctl driver
 #
 .if !empty(PKG_OPTIONS:Mifdata)
-CONFIGURE_ARGS+=        --with-ifdata
+CONFIGURE_ARGS+=	--with-ifdata
 .else
-CONFIGURE_ARGS+=        --without-ifdata
+CONFIGURE_ARGS+=	--without-ifdata
 .endif
 
 #
 # route(4) sysctl driver
 #
 .if !empty(PKG_OPTIONS:Mroute)
-CONFIGURE_ARGS+=        --with-route
+CONFIGURE_ARGS+=	--with-route
 .else
-CONFIGURE_ARGS+=        --without-route
+CONFIGURE_ARGS+=	--without-route
 .endif
 
 #
 # kvm(3) driver
 #
 .if !empty(PKG_OPTIONS:Mkvm)
-CONFIGURE_ARGS+=        --with-kvm
+CONFIGURE_ARGS+=	--with-kvm
 .else
-CONFIGURE_ARGS+=        --without-kvm
+CONFIGURE_ARGS+=	--without-kvm
 .endif
 
 #
 # HP DLPI driver
 #
 .if !empty(PKG_OPTIONS:Mdlpi)
-CONFIGURE_ARGS+=        --with-dlpi
+CONFIGURE_ARGS+=	--with-dlpi
 .else
-CONFIGURE_ARGS+=        --without-dlpi
+CONFIGURE_ARGS+=	--without-dlpi
 .endif
 
 #
 # Win32 driver
 #
 .if !empty(PKG_OPTIONS:Mwin32)
-CONFIGURE_ARGS+=        --with-win32
+CONFIGURE_ARGS+=	--with-win32
 .else
-CONFIGURE_ARGS+=        --without-win32
+CONFIGURE_ARGS+=	--without-win32
 .endif
 
 #
@@ -108,7 +108,7 @@ CONFIGURE_ARGS+=        --without-snmp
 # force -lcrypto linking for UCD-SNMP
 #
 .if !empty(PKG_OPTIONS:Msnmp-crypto)
-CONFIGURE_ARGS+=        --with-libcrypto
+CONFIGURE_ARGS+=	--with-libcrypto
 .else
-CONFIGURE_ARGS+=        --without-libcrypto
+CONFIGURE_ARGS+=	--without-libcrypto
 .endif
diff --git a/igal/PLIST b/igal/PLIST
index 716edf6293..69485a44ae 100644
--- a/igal/PLIST
+++ b/igal/PLIST
@@ -1,11 +1,11 @@
 @comment $NetBSD: PLIST,v 1.2 2009/10/11 10:44:46 thomasklausner Exp $
 bin/igal
 man/man1/igal.1
+share/doc/igal/COPYING
+share/doc/igal/ChangeLog
+share/doc/igal/README
+share/doc/igal/THANKS
+share/igal/igal.css
 share/igal/indextemplate.html
 share/igal/slidetemplate.html
 share/igal/tile.png
-share/igal/igal.css
-share/doc/igal/README
-share/doc/igal/THANKS
-share/doc/igal/ChangeLog
-share/doc/igal/COPYING
diff --git a/iisemulator/PLIST b/iisemulator/PLIST
index f8e5aa1610..7774768058 100644
--- a/iisemulator/PLIST
+++ b/iisemulator/PLIST
@@ -36,33 +36,13 @@ share/doc/iisemulator/docs/notes/web.config.txt
 share/doc/iisemulator/docs/notes/webinfo.txt
 share/examples/iisemulator/EXAMPLE.honeyd
 share/examples/iisemulator/EXAMPLE.socat
-share/iisemulator/iis_data/404-1.htm
-share/iisemulator/iis_data/404b.htm
-share/iisemulator/iis_data/500-11.htm
-share/iisemulator/iis_data/500-12.htm
-share/iisemulator/iis_data/500-13.htm
-share/iisemulator/iis_data/500-14.htm
-share/iisemulator/iis_data/500-15.htm
-share/iisemulator/iis_data/SoapGET.tpl
 share/iisemulator/iis_data/400.htm
-share/iisemulator/iis_data/403.htm
-share/iisemulator/iis_data/405.htm
-share/iisemulator/iis_data/406.htm
-share/iisemulator/iis_data/407.htm
-share/iisemulator/iis_data/403-iisadmin.htm
-share/iisemulator/iis_data/410.htm
-share/iisemulator/iis_data/412.htm
-share/iisemulator/iis_data/414.htm
-share/iisemulator/iis_data/dnErr.tpl
-share/iisemulator/iis_data/500.htm
-share/iisemulator/iis_data/501.htm
-share/iisemulator/iis_data/502.htm
-share/iisemulator/iis_data/SoapPOST.tpl
 share/iisemulator/iis_data/401-1.htm
 share/iisemulator/iis_data/401-2.htm
 share/iisemulator/iis_data/401-3.htm
 share/iisemulator/iis_data/401-4.htm
 share/iisemulator/iis_data/401-5.htm
+share/iisemulator/iis_data/403-1.htm
 share/iisemulator/iis_data/403-10.htm
 share/iisemulator/iis_data/403-11.htm
 share/iisemulator/iis_data/403-12.htm
@@ -70,9 +50,6 @@ share/iisemulator/iis_data/403-13.htm
 share/iisemulator/iis_data/403-15.htm
 share/iisemulator/iis_data/403-16.htm
 share/iisemulator/iis_data/403-17.htm
-share/iisemulator/iis_data/ashx.tpl
-share/iisemulator/iis_data/asmx.tpl
-share/iisemulator/iis_data/403-1.htm
 share/iisemulator/iis_data/403-2.htm
 share/iisemulator/iis_data/403-3.htm
 share/iisemulator/iis_data/403-4.htm
@@ -81,56 +58,79 @@ share/iisemulator/iis_data/403-6.htm
 share/iisemulator/iis_data/403-7.htm
 share/iisemulator/iis_data/403-8.htm
 share/iisemulator/iis_data/403-9.htm
+share/iisemulator/iis_data/403-iisadmin.htm
+share/iisemulator/iis_data/403.htm
+share/iisemulator/iis_data/404-1.htm
+share/iisemulator/iis_data/404b.htm
+share/iisemulator/iis_data/405.htm
+share/iisemulator/iis_data/406.htm
+share/iisemulator/iis_data/407.htm
+share/iisemulator/iis_data/410.htm
+share/iisemulator/iis_data/412.htm
+share/iisemulator/iis_data/414.htm
+share/iisemulator/iis_data/500-11.htm
+share/iisemulator/iis_data/500-12.htm
+share/iisemulator/iis_data/500-13.htm
+share/iisemulator/iis_data/500-14.htm
+share/iisemulator/iis_data/500-15.htm
+share/iisemulator/iis_data/500.htm
+share/iisemulator/iis_data/501.htm
+share/iisemulator/iis_data/502.htm
+share/iisemulator/iis_data/SoapGET.tpl
+share/iisemulator/iis_data/SoapPOST.tpl
+share/iisemulator/iis_data/ashx.tpl
+share/iisemulator/iis_data/asmx.tpl
 share/iisemulator/iis_data/aspx.tpl
-share/iisemulator/wwwroot/warning.gif
-share/iisemulator/wwwroot/_vti_inf.html
-share/iisemulator/wwwroot/_vti_cnf/warning.gif
+share/iisemulator/iis_data/dnErr.tpl
+share/iisemulator/wwwroot/_vti_cnf/global.asa
+share/iisemulator/wwwroot/_vti_cnf/help.gif
 share/iisemulator/wwwroot/_vti_cnf/iisstart.asp
-share/iisemulator/wwwroot/_vti_cnf/win2000.gif
 share/iisemulator/wwwroot/_vti_cnf/mmc.gif
 share/iisemulator/wwwroot/_vti_cnf/pagerror.gif
-share/iisemulator/wwwroot/_vti_cnf/global.asa
-share/iisemulator/wwwroot/_vti_cnf/web.gif
 share/iisemulator/wwwroot/_vti_cnf/print.gif
-share/iisemulator/wwwroot/_vti_cnf/help.gif
-share/iisemulator/wwwroot/_vti_pvt/uniqperm.cnf
-share/iisemulator/wwwroot/_vti_pvt/svcacl.cnf
-share/iisemulator/wwwroot/_vti_pvt/writeto.cnf
+share/iisemulator/wwwroot/_vti_cnf/warning.gif
+share/iisemulator/wwwroot/_vti_cnf/web.gif
+share/iisemulator/wwwroot/_vti_cnf/win2000.gif
+share/iisemulator/wwwroot/_vti_inf.html
 share/iisemulator/wwwroot/_vti_pvt/access.cnf
-share/iisemulator/wwwroot/_vti_pvt/linkinfo.cnf
-share/iisemulator/wwwroot/_vti_pvt/services.cnf
-share/iisemulator/wwwroot/_vti_pvt/doctodep.btr
+share/iisemulator/wwwroot/_vti_pvt/botinfs.cnf
+share/iisemulator/wwwroot/_vti_pvt/bots.cnf
 share/iisemulator/wwwroot/_vti_pvt/deptodoc.btr
+share/iisemulator/wwwroot/_vti_pvt/doctodep.btr
 share/iisemulator/wwwroot/_vti_pvt/frontpg.lck
+share/iisemulator/wwwroot/_vti_pvt/linkinfo.cnf
 share/iisemulator/wwwroot/_vti_pvt/service.cnf
 share/iisemulator/wwwroot/_vti_pvt/service.lck
-share/iisemulator/wwwroot/_vti_pvt/botinfs.cnf
-share/iisemulator/wwwroot/_vti_pvt/bots.cnf
+share/iisemulator/wwwroot/_vti_pvt/services.cnf
+share/iisemulator/wwwroot/_vti_pvt/svcacl.cnf
+share/iisemulator/wwwroot/_vti_pvt/uniqperm.cnf
+share/iisemulator/wwwroot/_vti_pvt/writeto.cnf
+share/iisemulator/wwwroot/global.asa
+share/iisemulator/wwwroot/help.gif
 share/iisemulator/wwwroot/iisstart.asp
-share/iisemulator/wwwroot/msadc/msdaremr.dll
-share/iisemulator/wwwroot/msadc/msadce.dll
-share/iisemulator/wwwroot/msadc/msadcf.dll
-share/iisemulator/wwwroot/msadc/msadco.dll
-share/iisemulator/wwwroot/msadc/msadcs.dll
-share/iisemulator/wwwroot/msadc/msadds.dll
+share/iisemulator/wwwroot/mmc.gif
+share/iisemulator/wwwroot/msadc/HANDLER.reg
+share/iisemulator/wwwroot/msadc/adcjavas.inc
 share/iisemulator/wwwroot/msadc/adcvbs.inc
 share/iisemulator/wwwroot/msadc/handsafe.reg
+share/iisemulator/wwwroot/msadc/handunsf.reg
+share/iisemulator/wwwroot/msadc/msadce.dll
 share/iisemulator/wwwroot/msadc/msadcer.dll
+share/iisemulator/wwwroot/msadc/msadcf.dll
 share/iisemulator/wwwroot/msadc/msadcfr.dll
-share/iisemulator/wwwroot/msadc/adcjavas.inc
-share/iisemulator/wwwroot/msadc/handunsf.reg
-share/iisemulator/wwwroot/msadc/msdarem.dll
+share/iisemulator/wwwroot/msadc/msadco.dll
 share/iisemulator/wwwroot/msadc/msadcor.dll
+share/iisemulator/wwwroot/msadc/msadcs.dll
+share/iisemulator/wwwroot/msadc/msadds.dll
+share/iisemulator/wwwroot/msadc/msaddsr.dll
 share/iisemulator/wwwroot/msadc/msdaprsr.dll
 share/iisemulator/wwwroot/msadc/msdaprst.dll
-share/iisemulator/wwwroot/msadc/HANDLER.reg
+share/iisemulator/wwwroot/msadc/msdarem.dll
+share/iisemulator/wwwroot/msadc/msdaremr.dll
 share/iisemulator/wwwroot/msadc/msdfmap.dll
-share/iisemulator/wwwroot/msadc/msaddsr.dll
-share/iisemulator/wwwroot/win2000.gif
-share/iisemulator/wwwroot/mmc.gif
-share/iisemulator/wwwroot/postinfo.html
 share/iisemulator/wwwroot/pagerror.gif
-share/iisemulator/wwwroot/global.asa
-share/iisemulator/wwwroot/web.gif
+share/iisemulator/wwwroot/postinfo.html
 share/iisemulator/wwwroot/print.gif
-share/iisemulator/wwwroot/help.gif
+share/iisemulator/wwwroot/warning.gif
+share/iisemulator/wwwroot/web.gif
+share/iisemulator/wwwroot/win2000.gif
diff --git a/imagination/Makefile b/imagination/Makefile
index 1f50f87783..528938793f 100644
--- a/imagination/Makefile
+++ b/imagination/Makefile
@@ -9,10 +9,10 @@ MAINTAINER=	pkgsrc.gnome%gmail.com@localhost
 HOMEPAGE=	http://imagination.sourceforge.net/
 COMMENT=	Imagination a simple and lightweight DVD slideshow maker
 
-GNU_CONFIGURE=	yes
-USE_LIBTOOL=	yes
-USE_TOOLS+=	pkg-config intltool perl gmake
-USE_LANGUAGES=	c c++
+GNU_CONFIGURE=		yes
+USE_LIBTOOL=		yes
+USE_TOOLS+=		pkg-config intltool perl gmake
+USE_LANGUAGES=		c c++
 CONFIGURE_ARGS+=	have_ffmpeg=${BUILDLINK_PREFIX.ffmpeg1}/bin/ffmpeg1
 
 .include "../../devel/glib2/buildlink3.mk"
diff --git a/info2man/Makefile b/info2man/Makefile
index 2d88d2249d..f43f32707a 100644
--- a/info2man/Makefile
+++ b/info2man/Makefile
@@ -10,9 +10,9 @@ HOMEPAGE=	http://www.cskk.ezoshosting.com/cs/css/
 COMMENT=	Info2man is a wrapper for info2pod to convert info files in man format
 LICENSE=	original-bsd # no license
 
-EXTRACT_DIR=   		${WRKDIR}/${DISTNAME}
+EXTRACT_DIR=		${WRKDIR}/${DISTNAME}
 NO_BUILD=		yes
-REPLACE_PERL=   	info2pod
+REPLACE_PERL=		info2pod
 INSTALLATION_DIRS=	bin
 INFO2MAN_PM=		Pathname.pm Misc.pm Math.pm Sink.pm IO.pm GNUInfo.pm Source.pm Object.pm DEBUG.pm
 PKGVERSION=		20001101
diff --git a/info2man/buildlink3.mk b/info2man/buildlink3.mk
index fbaf05a686..31f94a85ef 100644
--- a/info2man/buildlink3.mk
+++ b/info2man/buildlink3.mk
@@ -6,7 +6,7 @@ BUILDLINK_TREE+=	info2man
 INFO2MAN_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.info2man+=	info2man>=20001101
-BUILDLINK_PKGSRCDIR.info2man?=	../../wip/info2man
+BUILDLINK_PKGSRCDIR.info2man?=		../../wip/info2man
 .endif	# INFO2MAN_BUILDLINK3_MK
 
 BUILDLINK_TREE+=	-info2man
diff --git a/interbase-docs/Makefile b/interbase-docs/Makefile
index 1b7d72976d..007c0c6146 100644
--- a/interbase-docs/Makefile
+++ b/interbase-docs/Makefile
@@ -18,8 +18,8 @@ NO_SRC_ON_CDROM=	${RESTRICTED}
 NO_BUILD=		yes
 
 ID6_DIR=	${PREFIX}/share/doc/${PKGNAME}
-ID6_FILES=		ApiGuide.pdf DataDef.pdf DevGuide.pdf EmbedSQL.pdf \
-			GetStart.pdf LANGREF.PDF OpGuide.pdf
+ID6_FILES=	ApiGuide.pdf DataDef.pdf DevGuide.pdf EmbedSQL.pdf \
+		GetStart.pdf LANGREF.PDF OpGuide.pdf
 
 do-install:
 	${INSTALL_DATA_DIR} ${DESTDIR}${ID6_DIR}
diff --git a/io-base/addon.mk b/io-base/addon.mk
index fd2484df62..b3a259be0a 100644
--- a/io-base/addon.mk
+++ b/io-base/addon.mk
@@ -20,8 +20,8 @@ SUBST_SED.enable-addon+=	-e 's,^\# pkgsrc_disabled add_subdirectory(${i}),add_su
 pre-build:
 	cd ${WRKSRC}/addons/${ADDON_NAME} && ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/io ${WRKSRC}/addons/generate.io ${WRKSRC}/addons ${ADDON_NAME}
 
-BUILD_DIRS+=addons/${ADDON_NAME}
-INSTALL_DIRS+=addons/${ADDON_NAME}
+BUILD_DIRS+=	addons/${ADDON_NAME}
+INSTALL_DIRS+=	addons/${ADDON_NAME}
 
 .include "../../wip/io-vm/buildlink3.mk"
 .for i in ${ADDON_DEPENDS_ON_ADDONS}
diff --git a/io-range/buildlink3.mk b/io-range/buildlink3.mk
index 37cdc3aac1..efda6e278b 100644
--- a/io-range/buildlink3.mk
+++ b/io-range/buildlink3.mk
@@ -1,6 +1,6 @@
 # $NetBSD: buildlink3.mk,v 1.1 2009/07/04 19:26:21 milosn Exp $
 
-BUILDLINK_TREE+=        io-range
+BUILDLINK_TREE+=	io-range
 
 .if !defined(IORANGE_BUILDLINK3_MK)
 IORANGE_BUILDLINK3_MK:=
@@ -12,4 +12,4 @@ BUILDLINK_LIBDIRS.io-range+=		lib/io/addons/Range/_build/dll
 BUILDLINK_INCDIRS.io-range+=		include/io/Range
 .endif # IORANGE_BUILDLINK3_MK
 
-BUILDLINK_TREE+=        -io-range
+BUILDLINK_TREE+=	-io-range
diff --git a/io-regex/Makefile b/io-regex/Makefile
index 335637a981..493dee7daa 100644
--- a/io-regex/Makefile
+++ b/io-regex/Makefile
@@ -10,7 +10,7 @@ HOMEPAGE=		www.iolanguage.com
 COMMENT=		Regex addon for Io
 
 ADDON_NAME=			Regex
-ADDON_DEPENDS_ON_ADDONS=        Range
+ADDON_DEPENDS_ON_ADDONS=	Range
 
 .include "../../devel/pcre/buildlink3.mk"
 .include "../../wip/io-base/addon.mk"
diff --git a/io-securesocket/Makefile b/io-securesocket/Makefile
index 65e894d364..55fc1b7ead 100644
--- a/io-securesocket/Makefile
+++ b/io-securesocket/Makefile
@@ -13,7 +13,7 @@ ADDON_NAME=			Socket
 
 .include "../../wip/io-base/addon.mk"
 
-SUBST_CLASSES+=			enable-securesocket
+SUBST_CLASSES+=				enable-securesocket
 SUBST_STAGE.enable-securesocket=	pre-configure
 SUBST_MESSAGE.enable-securesocket=	Enabling SecureSocket addon
 SUBST_FILES.enable-securesocket=	addons/CMakeLists.txt
diff --git a/ircII-current/options.mk b/ircII-current/options.mk
index ed0f1a09aa..fc20990c4c 100644
--- a/ircII-current/options.mk
+++ b/ircII-current/options.mk
@@ -1,7 +1,7 @@
 # $NetBSD: options.mk,v 1.2 2015/09/30 08:25:37 tnn Exp $
 
-PKG_OPTIONS_VAR=	PKG_OPTIONS.ircII
-PKG_SUPPORTED_OPTIONS=	# only socks group
+PKG_OPTIONS_VAR=		PKG_OPTIONS.ircII
+PKG_SUPPORTED_OPTIONS=		# only socks group
 PKG_OPTIONS_OPTIONAL_GROUPS=	socks
 PKG_OPTIONS_GROUP.socks=	socks4 dante
 
diff --git a/irrlicht/Makefile b/irrlicht/Makefile
index 43ced04353..f6fdd5c7f2 100644
--- a/irrlicht/Makefile
+++ b/irrlicht/Makefile
@@ -26,12 +26,12 @@ CXXFLAGS+=	-DNO_IRR_USE_NON_SYSTEM_LIB_PNG_=1
 CXXFLAGS+=	-DNO_IRR_USE_NON_SYSTEM_ZLIB_=1
 CXXFLAGS+=	-DNO_IRR_USE_NON_SYSTEM_BZLIB_=1
 
-SUBST_CLASSES+=		dos_eol
-SUBST_MESSAGE.dos_eol=	Removing DOS line-ends
-SUBST_STAGE.dos_eol=	post-extract
-SUBST_FILES.dos_eol=	source/Irrlicht/Makefile
-SUBST_FILES.dos_eol+=	source/Irrlicht/os.cpp
-SUBST_FILES.dos_eol+=	source/Irrlicht/COSOperator.cpp
+SUBST_CLASSES+=			dos_eol
+SUBST_MESSAGE.dos_eol=		Removing DOS line-ends
+SUBST_STAGE.dos_eol=		post-extract
+SUBST_FILES.dos_eol=		source/Irrlicht/Makefile
+SUBST_FILES.dos_eol+=		source/Irrlicht/os.cpp
+SUBST_FILES.dos_eol+=		source/Irrlicht/COSOperator.cpp
 SUBST_FILTER_CMD.dos_eol=	${TR} -d '\r'
 
 .include "../../archivers/bzip2/buildlink3.mk"
diff --git a/irrlicht/buildlink3.mk b/irrlicht/buildlink3.mk
index 0c2907d265..9eece30ca2 100644
--- a/irrlicht/buildlink3.mk
+++ b/irrlicht/buildlink3.mk
@@ -6,7 +6,7 @@ BUILDLINK_TREE+=	irrlicht
 IRRLICHT_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.irrlicht+=	irrlicht>=1.8
-BUILDLINK_PKGSRCDIR.irrlicht?=	../../wip/irrlicht
+BUILDLINK_PKGSRCDIR.irrlicht?=		../../wip/irrlicht
 
 .include "../../archivers/bzip2/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
diff --git a/irssi-otr/Makefile b/irssi-otr/Makefile
index 63c6d741ef..d3123bfe54 100644
--- a/irssi-otr/Makefile
+++ b/irssi-otr/Makefile
@@ -10,7 +10,7 @@ COMMENT=		Libotr (https://otr.cypherpunks.ca) support for Irssi
 LICENSE=		gnu-gpl-v2
 
 GIT_REPOSITORIES=	github
-GIT_REPO.github= 	git://github.com/cryptodotis/irssi-otr.git
+GIT_REPO.github=	git://github.com/cryptodotis/irssi-otr.git
 GIT_MODULE.github=	irssi-otr
 # v1.01 is not tagged; use a version slightly after that.
 #GIT_REVISION.github=	4ad3b7b6c85be0154ab3694fe9831796db20c4fe
diff --git a/ispell-dictionaries/options.mk b/ispell-dictionaries/options.mk
index 31154399db..255cb302b5 100644
--- a/ispell-dictionaries/options.mk
+++ b/ispell-dictionaries/options.mk
@@ -2,7 +2,7 @@
 
 PKG_OPTIONS_VAR=	PKG_OPTIONS.ispell-dictionaries
 PKG_SUPPORTED_OPTIONS=	lang-ca lang-de lang-en-gb lang-es lang-fr lang-ga
-PKG_SUPPORTED_OPTIONS+= lang-lt lang-pl lang-ro lang-ru lang-ru-io lang-sk
+PKG_SUPPORTED_OPTIONS+=	lang-lt lang-pl lang-ro lang-ru lang-ru-io lang-sk
 PKG_SUPPORTED_OPTIONS+=	lang-sv
 PKG_SUGGESTED_OPTIONS=	${PKG_SUPPORTED_OPTIONS}
 
diff --git a/itools/Makefile b/itools/Makefile
index e2e4b98c8b..12de42f481 100644
--- a/itools/Makefile
+++ b/itools/Makefile
@@ -15,7 +15,7 @@ USE_TOOLS+=	perl
 
 REPLACE_PERL+=	ireminder
 
-INSTALLATION_DIRS=    bin ${PKGMANDIR}/man1
+INSTALLATION_DIRS=	bin ${PKGMANDIR}/man1
 
 
 .include "../../wip/libitl/buildlink3.mk"


Home | Main Index | Thread Index | Old Index