b686dd9180
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.
24 lines
620 B
Makefile
24 lines
620 B
Makefile
# $NetBSD: Makefile,v 1.20 2020/01/18 23:34:20 rillig Exp $
|
|
|
|
DISTNAME= kpathsea.doc
|
|
PKGNAME= tex-${DISTNAME:S/./-/}-2019
|
|
TEXLIVE_REV= 51016
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= https://ctan.org/pkg/kpathsea
|
|
COMMENT= Documentation for tex-kpathsea
|
|
LICENSE= gnu-lgpl-v2
|
|
|
|
CONFLICTS+= texlive-tetex<=2011nb1
|
|
|
|
INFO_FILES= yes
|
|
|
|
TEXLIVE_IGNORE_PATTERNS= texmf-dist/doc/info/[kw]* \
|
|
texmf-dist/doc/man/man1/k* \
|
|
texmf-dist/doc/man/man1/mko* \
|
|
texmf-dist/doc/man/man1/mktex[l-z]* \
|
|
texmf-dist/doc/man/man1/t*
|
|
|
|
TEXLIVE_UNVERSIONED= yes
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|