pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
18 lines
500 B
Makefile
18 lines
500 B
Makefile
# $NetBSD: Makefile,v 1.3 2020/01/18 23:35:28 rillig Exp $
|
|
#
|
|
|
|
DISTNAME= iswedish-1.2.1
|
|
PKGNAME= ${DISTNAME:S/wedish/pell-sv/1}
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://sv.sslug.dk/locale/ispell/iswedish/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.gnu.org/software/ispell/ispell.html
|
|
COMMENT= Swedish dictionary for interactive spelling checker
|
|
|
|
CONFLICTS+= ispell-svenska-[0-9]*
|
|
INSTALLATION_DIRS= lib
|
|
|
|
DEPENDS+= ispell>=3.1.20:../../textproc/ispell
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|