summaryrefslogtreecommitdiff
path: root/lang/perl5
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-11-04 17:47:29 +0000
committerrillig <rillig@pkgsrc.org>2019-11-04 17:47:29 +0000
commit2d86850bf0400a99e0d8fe3efd34a7ac47f42f2e (patch)
tree8e9daea8ac6ef3bf0c99e0f1de4cd365fe966b81 /lang/perl5
parentb910e7e5c16996b09e2b2b3b6a219f8a4f94ae7d (diff)
downloadpkgsrc-2d86850bf0400a99e0d8fe3efd34a7ac47f42f2e.tar.gz
mk: make BROKEN a list of lines, like PKG_FAIL_REASON
Packages defined the variable BROKEN inconsistently. Some added quotes, like they are required in PKG_FAIL_REASON, some omitted them. Now all packages behave the same, and pkglint will flag future mistakes.
Diffstat (limited to 'lang/perl5')
-rw-r--r--lang/perl5/options.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/perl5/options.mk b/lang/perl5/options.mk
index bb30f063b57..e799a1875a9 100644
--- a/lang/perl5/options.mk
+++ b/lang/perl5/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.13 2019/11/03 19:04:05 rillig Exp $
+# $NetBSD: options.mk,v 1.14 2019/11/04 17:47:30 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."
+BROKEN+= "Please choose on of 64bitint 64bitmore 64bitall or 64bitnone to allow this."
. endif
.endif