diff options
author | rillig <rillig@pkgsrc.org> | 2019-11-03 11:45:28 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2019-11-03 11:45:28 +0000 |
commit | 6d1d2ca41e824dc78d236dd7507b72a54ede5a88 (patch) | |
tree | 97ee76f3981200121bbba776c699b2cf57cc3af5 /net/p5-Net-Amazon-S3 | |
parent | c541c77da9d5d98e1ba6000a10bd6ad0d291105c (diff) | |
download | pkgsrc-6d1d2ca41e824dc78d236dd7507b72a54ede5a88.tar.gz |
net: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
Diffstat (limited to 'net/p5-Net-Amazon-S3')
-rw-r--r-- | net/p5-Net-Amazon-S3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/p5-Net-Amazon-S3/Makefile b/net/p5-Net-Amazon-S3/Makefile index cf55b341545..4053dbf5d34 100644 --- a/net/p5-Net-Amazon-S3/Makefile +++ b/net/p5-Net-Amazon-S3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2019/08/11 13:22:16 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2019/11/03 11:45:47 rillig Exp $ DISTNAME= Net-Amazon-S3-0.85 PKGNAME= p5-${DISTNAME} @@ -40,9 +40,9 @@ TEST_DEPENDS+= p5-Test-LoadAllModules-[0-9]*:../../devel/p5-Test-LoadAllModules REPLACE_PERL= bin/s3cl -PERL5_PACKLIST= auto/Net/Amazon/S3/.packlist +PERL5_PACKLIST= auto/Net/Amazon/S3/.packlist post-install: - (cd ${DESTDIR}; ${FIND} . -name \*.pm \( -perm 0555 -or -perm 0755 \) -exec ${CHMOD} -x '{}' \; ) + (cd ${DESTDIR}; ${FIND} . -name \*.pm \( -perm 0555 -or -perm 0755 \) -exec ${CHMOD} -x '{}' \; ) .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |