Sun May 31 11:40:18 2015 UTC ()
Replace interpreter path in installed file. Bump PKGREVISION.


(wiz)
diff -r1.1 -r1.2 pkgsrc/print/tex-presentations-en-doc/Makefile

cvs diff -r1.1 -r1.2 pkgsrc/print/tex-presentations-en-doc/Makefile (expand / switch to unified diff)

--- pkgsrc/print/tex-presentations-en-doc/Makefile 2015/05/15 17:51:50 1.1
+++ pkgsrc/print/tex-presentations-en-doc/Makefile 2015/05/31 11:40:18 1.2
@@ -1,13 +1,16 @@ @@ -1,13 +1,16 @@
1# $NetBSD: Makefile,v 1.1 2015/05/15 17:51:50 wiz Exp $ 1# $NetBSD: Makefile,v 1.2 2015/05/31 11:40:18 wiz Exp $
2 2
3DISTNAME= presentations-en.doc 3DISTNAME= presentations-en.doc
4PKGNAME= tex-${DISTNAME:S/./-/}-2014 4PKGNAME= tex-${DISTNAME:S/./-/}-2014
 5PKGREVISION= 1
5TEXLIVE_REV= 29803 6TEXLIVE_REV= 29803
6 7
7MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= http://ctan.org/pkg/presentations-en 9HOMEPAGE= http://ctan.org/pkg/presentations-en
9COMMENT= Examples from the book Presentations with LaTeX 10COMMENT= Examples from the book Presentations with LaTeX
10LICENSE= lppl-1.3c 11LICENSE= lppl-1.3c
11 12
 13REPLACE_SH+= doc/latex/presentations-en/runAll
 14
12.include "../../print/texlive/package.mk" 15.include "../../print/texlive/package.mk"
13.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"