summaryrefslogtreecommitdiff
path: root/textproc/aspell-csb
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 /textproc/aspell-csb
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 'textproc/aspell-csb')
-rw-r--r--textproc/aspell-csb/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/aspell-csb/Makefile b/textproc/aspell-csb/Makefile
index f86b87a4cbe..ec08cb379bc 100644
--- a/textproc/aspell-csb/Makefile
+++ b/textproc/aspell-csb/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2019/07/06 19:12:47 nia Exp $
+# $NetBSD: Makefile,v 1.5 2019/11/04 17:47:31 rillig Exp $
#
DISTNAME= aspell6-csb-0.02-0
@@ -17,7 +17,7 @@ USE_LANGUAGES= # none
.include "../../mk/bsd.prefs.mk"
.if ${PKG_FORMAT} == "pkg" && ${OPSYS} == "Linux"
-BROKEN= Non-ASCII PLIST and thus problem with libarchive on glibc systems.
+BROKEN= "Non-ASCII PLIST and thus problem with libarchive on glibc systems."
.endif
.include "../../textproc/aspell/buildlink3.mk"