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.
17 lines
427 B
Makefile
17 lines
427 B
Makefile
# $NetBSD: Makefile,v 1.7 2020/01/18 23:33:59 rillig Exp $
|
|
|
|
DISTNAME= cweb.doc
|
|
PKGNAME= tex-${DISTNAME:S/./-/}-3.70.49278
|
|
TEXLIVE_REV= 49278
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://ctan.org/pkg/cweb
|
|
COMMENT= Documentation for tex-cweb
|
|
|
|
TEX_TEXMF_DIRS+= ${PREFIX}/share/texmf-dist
|
|
|
|
TEXLIVE_IGNORE_PATTERNS+= texmf
|
|
|
|
TEXLIVE_UNVERSIONED= yes
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|