diff options
author | rillig <rillig@pkgsrc.org> | 2018-01-27 19:07:46 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2018-01-27 19:07:46 +0000 |
commit | 54add87f5205bcfa693b9fe1a414a2b47296fef2 (patch) | |
tree | 2af412870dfea2b67d087c304178068cabfd3161 /pkgtools/x11-links | |
parent | 535d9a7aa109752a79bb17974a560c50c6d27054 (diff) | |
download | pkgsrc-54add87f5205bcfa693b9fe1a414a2b47296fef2.tar.gz |
pkgtools/*: Realign variables in Makefiles
Mainly done by pkglint, manually reviewed and improved in some few cases.
Diffstat (limited to 'pkgtools/x11-links')
-rw-r--r-- | pkgtools/x11-links/builtin.mk | 4 | ||||
-rw-r--r-- | pkgtools/x11-links/version.mk | 4 | ||||
-rw-r--r-- | pkgtools/x11-links/xfree.mk | 4 | ||||
-rw-r--r-- | pkgtools/x11-links/xorg-version.mk | 4 | ||||
-rw-r--r-- | pkgtools/x11-links/xorg.mk | 6 |
5 files changed, 11 insertions, 11 deletions
diff --git a/pkgtools/x11-links/builtin.mk b/pkgtools/x11-links/builtin.mk index 10d8241067d..7c99e364e88 100644 --- a/pkgtools/x11-links/builtin.mk +++ b/pkgtools/x11-links/builtin.mk @@ -1,4 +1,4 @@ -# $NetBSD: builtin.mk,v 1.7 2005/06/01 18:03:08 jlam Exp $ +# $NetBSD: builtin.mk,v 1.8 2018/01/27 19:07:48 rillig Exp $ BUILTIN_PKG:= x11-links .include "../../mk/buildlink3/bsd.builtin.mk" @@ -6,4 +6,4 @@ BUILTIN_PKG:= x11-links .if !defined(USE_BUILTIN.x11-links) USE_BUILTIN.x11-links= no .endif -MAKEVARS+= USE_BUILTIN.x11-links +MAKEVARS+= USE_BUILTIN.x11-links diff --git a/pkgtools/x11-links/version.mk b/pkgtools/x11-links/version.mk index 2bd134140ed..1a2e7d89a6d 100644 --- a/pkgtools/x11-links/version.mk +++ b/pkgtools/x11-links/version.mk @@ -1,4 +1,4 @@ -# $NetBSD: version.mk,v 1.5 2011/01/30 17:26:32 wiz Exp $ +# $NetBSD: version.mk,v 1.6 2018/01/27 19:07:48 rillig Exp $ # # This Makefile fragment is included by Makefiles that need to access # the X11_TYPE and version number of a native X11 distribution. @@ -32,4 +32,4 @@ BUILTIN_X11_TYPE.native= xdec BUILTIN_X11_TYPE.native= unknown . endif .endif -MAKEVARS+= BUILTIN_X11_VERSION.native BUILTIN_X11_TYPE.native +MAKEVARS+= BUILTIN_X11_VERSION.native BUILTIN_X11_TYPE.native diff --git a/pkgtools/x11-links/xfree.mk b/pkgtools/x11-links/xfree.mk index 8390bedc2b6..f6ad2a48a1f 100644 --- a/pkgtools/x11-links/xfree.mk +++ b/pkgtools/x11-links/xfree.mk @@ -1,4 +1,4 @@ -# $NetBSD: xfree.mk,v 1.17 2016/07/10 13:28:41 rillig Exp $ +# $NetBSD: xfree.mk,v 1.18 2018/01/27 19:07:48 rillig Exp $ FILES_LIST= ${FILESDIR}/xfree @@ -29,6 +29,6 @@ CHECK_BUILTIN.${pkg}:= no IGNORE_PKG.${pkg}= yes . if (defined(IS_BUILTIN.${pkg}) && !empty(IS_BUILTIN.${pkg}:M[yY][eE][sS]) ) && \ exists(${FILESDIR}/xfree.${pkg}) -FILES_LIST+= ${FILESDIR}/xfree.${pkg} +FILES_LIST+= ${FILESDIR}/xfree.${pkg} . endif .endfor diff --git a/pkgtools/x11-links/xorg-version.mk b/pkgtools/x11-links/xorg-version.mk index 2540e45e19a..19eba2006e2 100644 --- a/pkgtools/x11-links/xorg-version.mk +++ b/pkgtools/x11-links/xorg-version.mk @@ -1,4 +1,4 @@ -# $NetBSD: xorg-version.mk,v 1.3 2013/01/23 15:25:04 tron Exp $ +# $NetBSD: xorg-version.mk,v 1.4 2018/01/27 19:07:48 rillig Exp $ # # This Makefile fragment is included by Makefiles that need to access # the X11_TYPE and version number of an X.org distribution. @@ -28,7 +28,7 @@ BUILTIN_XORG_VERSION_FILE= ${CF_XORG_VERSION} BUILTIN_XORG_VERSION_FILE= ${CF_VERSION_OLD} . endif .endif -MAKEVARS+= BUILTIN_XORG_VERSION_FILE +MAKEVARS+= BUILTIN_XORG_VERSION_FILE .if !defined(BUILTIN_X11_VERSION.xorg) . if exists(${BUILTIN_XORG_VERSION_FILE}) diff --git a/pkgtools/x11-links/xorg.mk b/pkgtools/x11-links/xorg.mk index 342d1a4c6b0..61182802ed5 100644 --- a/pkgtools/x11-links/xorg.mk +++ b/pkgtools/x11-links/xorg.mk @@ -1,4 +1,4 @@ -# $NetBSD: xorg.mk,v 1.28 2017/01/24 14:25:00 mrg Exp $ +# $NetBSD: xorg.mk,v 1.29 2018/01/27 19:07:48 rillig Exp $ # # This is for X.org, but use "xfree" files also. @@ -94,9 +94,9 @@ IGNORE_PKG.${pkg}= yes . if defined(USE_BUILTIN.${pkg}) && \ !empty(USE_BUILTIN.${pkg}:M[yY][eE][sS]) . if exists(${FILESDIR}/xorg.${pkg}) -FILES_LIST+= ${FILESDIR}/xorg.${pkg} +FILES_LIST+= ${FILESDIR}/xorg.${pkg} . elif exists(${FILESDIR}/xfree.${pkg}) -FILES_LIST+= ${FILESDIR}/xfree.${pkg} +FILES_LIST+= ${FILESDIR}/xfree.${pkg} . endif . endif .endfor |