c18ce611ff
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.
23 lines
642 B
Makefile
23 lines
642 B
Makefile
# $NetBSD: Makefile,v 1.3 2019/11/04 17:47:31 rillig Exp $
|
|
#
|
|
|
|
DISTNAME= aspell-nb-0.50.1-0
|
|
PKGNAME= ${DISTNAME:S/-0$/.0/1}
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/nb/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://aspell.net/
|
|
COMMENT= Norwegian (Bokmal) language support for aspell
|
|
|
|
CONFLICTS+= aspell-norwegian-[0-9]*
|
|
HAS_CONFIGURE= yes
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
.if ${PKG_FORMAT} == "pkg" && ${OPSYS} == "Linux"
|
|
BROKEN= "Non-ASCII PLIST and thus problem with libarchive on glibc systems."
|
|
.endif
|
|
|
|
.include "../../textproc/aspell/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|