diff options
author | wiz <wiz@pkgsrc.org> | 2015-05-31 11:36:33 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-05-31 11:36:33 +0000 |
commit | 62fc735c16be0fdc268c881ceb97a4e7b9081825 (patch) | |
tree | 808548d36334a17297272ed8439ffe1fb614f0da /print | |
parent | d6709a0f69d0b82f4e1e7fd2ca963b883b88b58f (diff) | |
download | pkgsrc-62fc735c16be0fdc268c881ceb97a4e7b9081825.tar.gz |
Replace perl interpreter path in installed file. Bump PKGREVISION
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-latex-web-companion-doc/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/print/tex-latex-web-companion-doc/Makefile b/print/tex-latex-web-companion-doc/Makefile index f49a63c18c0..a47737871f4 100644 --- a/print/tex-latex-web-companion-doc/Makefile +++ b/print/tex-latex-web-companion-doc/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2015/05/15 17:51:49 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2015/05/31 11:36:33 wiz Exp $ DISTNAME= latex-web-companion.doc PKGNAME= tex-${DISTNAME:S/./-/}-2014 +PKGREVISION= 1 TEXLIVE_REV= 29349 MAINTAINER= pkgsrc-users@NetBSD.org @@ -9,5 +10,8 @@ HOMEPAGE= http://ctan.org/pkg/lwc-examples COMMENT= Examples from The LaTeX Web Companion LICENSE= lppl-1.3c +REPLACE_PERL+= doc/latex/latex-web-companion/ch7/sgmlspl.pl +CHECK_INTERPRETER_SKIP+= share/texmf-dist/doc/latex/latex-web-companion/ch7/sgmlspl.pl + .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |