summaryrefslogtreecommitdiff
path: root/databases/p5-Rose-DB
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-11-02 15:37:59 +0000
committerrillig <rillig@pkgsrc.org>2019-11-02 15:37:59 +0000
commit83afcf6321f293f292e4213f00426d6d4c410f16 (patch)
tree127f4bd9b079761da1920a3b891f2702cece7229 /databases/p5-Rose-DB
parente60a51b78bae2407e2dbc73016f6bd4274676b81 (diff)
downloadpkgsrc-83afcf6321f293f292e4213f00426d6d4c410f16.tar.gz
databases: align variable assignments
pkglint -Wall -F --only aligned -r No manual corrections.
Diffstat (limited to 'databases/p5-Rose-DB')
-rw-r--r--databases/p5-Rose-DB/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-Rose-DB/Makefile b/databases/p5-Rose-DB/Makefile
index 5a8a35ab3a6..050850a84e4 100644
--- a/databases/p5-Rose-DB/Makefile
+++ b/databases/p5-Rose-DB/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2019/08/11 13:18:32 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2019/11/02 15:38:05 rillig Exp $
DISTNAME= Rose-DB-0.778
PKGNAME= p5-${DISTNAME}
@@ -23,7 +23,7 @@ DEPENDS+= p5-SQL-ReservedWords-[0-9]*:../../databases/p5-SQL-ReservedWords
DEPENDS+= p5-Time-Clock-[0-9]*:../../time/p5-Time-Clock
USE_LANGUAGES= # empty
-PERL5_PACKLIST= auto/Rose/DB/.packlist
+PERL5_PACKLIST= auto/Rose/DB/.packlist
post-extract:
${FIND} ${WRKSRC} -name "*.pm" -type f -exec ${CHMOD} -x {} \;