summaryrefslogtreecommitdiff
path: root/time/p5-Time-Clock
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-11-02 16:28:37 +0000
committerrillig <rillig@pkgsrc.org>2019-11-02 16:28:37 +0000
commitae5822e08c7145dbbe0737137c02aae49fc0ce3c (patch)
tree72f6d3b73009839cf0bb55461217a87d3774216c /time/p5-Time-Clock
parentcb939586bb2b8b07300fb8a44168e16cd97ab2ed (diff)
downloadpkgsrc-ae5822e08c7145dbbe0737137c02aae49fc0ce3c.tar.gz
time: align variable assignments
pkglint -Wall -F --only aligned -r No manual corrections.
Diffstat (limited to 'time/p5-Time-Clock')
-rw-r--r--time/p5-Time-Clock/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/time/p5-Time-Clock/Makefile b/time/p5-Time-Clock/Makefile
index 985ad698bdc..a3c49fb5467 100644
--- a/time/p5-Time-Clock/Makefile
+++ b/time/p5-Time-Clock/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2019/08/11 13:24:10 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2019/11/02 16:28:40 rillig Exp $
DISTNAME= Time-Clock-1.03
PKGNAME= p5-${DISTNAME}
@@ -12,7 +12,7 @@ COMMENT= Twenty-four hour clock object with nanosecond precision
LICENSE= ${PERL5_LICENSE}
USE_LANGUAGES= # empty
-PERL5_PACKLIST= auto/Time/Clock/.packlist
+PERL5_PACKLIST= auto/Time/Clock/.packlist
post-extract:
${FIND} ${WRKSRC} -name "*.pm" -type f -exec ${CHMOD} -x {} \;