pkgsrc/print/tex-texdoc/Makefile
wiz 7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00

24 lines
541 B
Makefile

# $NetBSD: Makefile,v 1.6 2014/05/29 23:37:18 wiz Exp $
DISTNAME= texdoc
PKGNAME= tex-${DISTNAME:S/./-/}-2013
PKGREVISION= 1
TEXLIVE_REV= 29764
MAINTAINER= minskim@NetBSD.org
COMMENT= Documentation access for TeX distributions
LICENSE= gnu-gpl-v3
CONFLICTS+= teTeX-bin<3.0nb50
REPLACE_TEXLUA= bin/texdoc
.include "../../print/texlive/package.mk"
.include "options.mk"
post-extract: extract-texdoctk
${MKDIR} ${WRKSRC}/bin
${MV} ${WRKSRC}/texmf-dist/scripts/texdoc/texdoc.tlu \
${WRKSRC}/bin/texdoc
.include "../../mk/bsd.pkg.mk"