diff options
author | rillig <rillig@pkgsrc.org> | 2019-11-03 19:03:56 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2019-11-03 19:03:56 +0000 |
commit | f3e75ceb4c3556df6213bde475948b339e473145 (patch) | |
tree | b3b17a0eba0ed16bdb945808e31f63568deae484 /lang/perl5 | |
parent | ad8095b0a5c5b758e832cddea87cfb29097177bd (diff) | |
download | pkgsrc-f3e75ceb4c3556df6213bde475948b339e473145.tar.gz |
lang: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
Diffstat (limited to 'lang/perl5')
-rw-r--r-- | lang/perl5/Makefile | 4 | ||||
-rw-r--r-- | lang/perl5/hacks.mk | 4 | ||||
-rw-r--r-- | lang/perl5/module.mk | 4 | ||||
-rw-r--r-- | lang/perl5/options.mk | 6 | ||||
-rw-r--r-- | lang/perl5/packlist.mk | 6 |
5 files changed, 12 insertions, 12 deletions
diff --git a/lang/perl5/Makefile b/lang/perl5/Makefile index a5c5f23a28e..98f1ab4d406 100644 --- a/lang/perl5/Makefile +++ b/lang/perl5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.256 2019/10/10 17:59:57 maya Exp $ +# $NetBSD: Makefile,v 1.257 2019/11/03 19:04:05 rillig Exp $ .include "license.mk" .include "Makefile.common" @@ -132,7 +132,7 @@ TEST_TARGET= test # Policy.sh generation # (see comments in files/Policy.sh) -SUBST_CLASSES+= policysh +SUBST_CLASSES+= policysh SUBST_STAGE.policysh= pre-configure SUBST_FILES.policysh= Policy.sh SUBST_VARS.policysh+= MACHINE_ARCH diff --git a/lang/perl5/hacks.mk b/lang/perl5/hacks.mk index ace69ef42b4..c48dae965c3 100644 --- a/lang/perl5/hacks.mk +++ b/lang/perl5/hacks.mk @@ -1,4 +1,4 @@ -# $NetBSD: hacks.mk,v 1.24 2019/10/10 17:59:57 maya Exp $ +# $NetBSD: hacks.mk,v 1.25 2019/11/03 19:04:05 rillig Exp $ .if !defined(PERL5_HACKS_MK) PERL5_HACKS_MK= defined @@ -31,7 +31,7 @@ BUILDLINK_TRANSFORM+= opt:-O[0-9]*:-Os # XXX: is there any good way to replace the default -O2 with multiple args? PKG_HACKS+= alpha-optimisation #BUILDLINK_TRANSFORM+= opt:-O[2-9]*:-O2 -fno-tree-ter -CFLAGS+=-fno-tree-ter +CFLAGS+= -fno-tree-ter .endif ### [Thu May 14 23:17:20 JST 2015 : ryoon] diff --git a/lang/perl5/module.mk b/lang/perl5/module.mk index 4959e991fbb..354071c15b6 100644 --- a/lang/perl5/module.mk +++ b/lang/perl5/module.mk @@ -1,4 +1,4 @@ -# $NetBSD: module.mk,v 1.73 2018/01/07 11:40:57 rillig Exp $ +# $NetBSD: module.mk,v 1.74 2019/11/03 19:04:05 rillig Exp $ # # This Makefile fragment is intended to be included by packages that build # and install perl5 modules. @@ -63,7 +63,7 @@ TEST_TARGET?= test ${PERL5_MODULE_TYPE} == "Module::Build::Bundled" || \ ${PERL5_MODULE_TYPE} == "Module::Build::Tiny" PERL5_MODTYPE= modbuild -PERL5_MODBUILD_DESTDIR_OPTION=--destdir ${DESTDIR:Q} +PERL5_MODBUILD_DESTDIR_OPTION= --destdir ${DESTDIR:Q} .elif ${PERL5_MODULE_TYPE} == "Module::Install" || \ ${PERL5_MODULE_TYPE} == "Module::Install::Bundled" PERL5_MODTYPE= modinst diff --git a/lang/perl5/options.mk b/lang/perl5/options.mk index a73c4403e46..bb30f063b57 100644 --- a/lang/perl5/options.mk +++ b/lang/perl5/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.12 2016/06/20 17:19:56 sevan Exp $ +# $NetBSD: options.mk,v 1.13 2019/11/03 19:04:05 rillig Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.perl PKG_OPTIONS_REQUIRED_GROUPS= perlbits @@ -89,7 +89,7 @@ CONFIGURE_ARGS+= -Duse64bitall CONFIGURE_ARGS+= -Uuse64bitall -Uusemorebits -Uuse64bitint .else . if ${OBJECT_FMT} == "XCOFF" -BROKEN= XCOFF targets need the path specified where libperl.a resides.\ -Please choose on of 64bitint 64bitmore 64bitall or 64bitnone to allow this. +BROKEN= XCOFF targets need the path specified where libperl.a resides.\ + Please choose on of 64bitint 64bitmore 64bitall or 64bitnone to allow this. . endif .endif diff --git a/lang/perl5/packlist.mk b/lang/perl5/packlist.mk index 6c1bf53295f..d3bd2e75150 100644 --- a/lang/perl5/packlist.mk +++ b/lang/perl5/packlist.mk @@ -1,4 +1,4 @@ -# $NetBSD: packlist.mk,v 1.20 2018/01/07 11:40:57 rillig Exp $ +# $NetBSD: packlist.mk,v 1.21 2019/11/03 19:04:05 rillig Exp $ # # This Makefile fragment is intended to be included by packages that # create packlist files. This file is automatically included by @@ -62,7 +62,7 @@ FILES_SUBST+= PERL5_PACKLIST=${_PERL5_REAL_PACKLIST:Q} PERL5_PLIST_COMMENT_CMD= \ { ${ECHO} "@comment The following lines are automatically generated"; \ ${ECHO} "@comment from the installed .packlist files."; } -PERL5_PLIST_FILES_CMD= \ +PERL5_PLIST_FILES_CMD= \ { ${CAT} ${_PERL5_PACKLIST}; for f in ${_PERL5_REAL_PACKLIST}; do ${TEST} ! -f "${DESTDIR}$$f" || ${ECHO} "$$f"; done; } \ | ${SED} -e "s,[ ].*,," -e "s,/\\./,/,g" -e "s,${PREFIX}/,," \ | ${SORT} -u @@ -95,7 +95,7 @@ _PERL5_PACKLIST_AWK_STRIP_DESTDIR= ### _PERL5_PACKLIST_MANPAGE_RE= \ - ^(\/[^ \/]*)+\/(man[1-9ln]\/[^ \/]*\.[1-9ln]|cat[1-9ln]\/[^ \/]*\.[0-9])$$ + ^(\/[^ \/]*)+\/(man[1-9ln]\/[^ \/]*\.[1-9ln]|cat[1-9ln]\/[^ \/]*\.[0-9])$$ _PERL5_PACKLIST_AWK_STRIP_MANZ= \ /${_PERL5_PACKLIST_MANPAGE_RE}\.gz/ \ |