diff options
author | wiz <wiz@pkgsrc.org> | 2015-05-31 11:40:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-05-31 11:40:18 +0000 |
commit | 2ac02720dcb9fb4a4f5d3678c786b8e565b665c6 (patch) | |
tree | e476a66fcb886042af4b4cbe79911cb61862793b /print | |
parent | 5576fb97649a517b8ab10db880c172334fe7ea21 (diff) | |
download | pkgsrc-2ac02720dcb9fb4a4f5d3678c786b8e565b665c6.tar.gz |
Replace interpreter path in installed file. Bump PKGREVISION.
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-presentations-en-doc/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/print/tex-presentations-en-doc/Makefile b/print/tex-presentations-en-doc/Makefile index 124eca864aa..dc3b12c4f64 100644 --- a/print/tex-presentations-en-doc/Makefile +++ b/print/tex-presentations-en-doc/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2015/05/15 17:51:50 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2015/05/31 11:40:18 wiz Exp $ DISTNAME= presentations-en.doc PKGNAME= tex-${DISTNAME:S/./-/}-2014 +PKGREVISION= 1 TEXLIVE_REV= 29803 MAINTAINER= pkgsrc-users@NetBSD.org @@ -9,5 +10,7 @@ HOMEPAGE= http://ctan.org/pkg/presentations-en COMMENT= Examples from the book Presentations with LaTeX LICENSE= lppl-1.3c +REPLACE_SH+= doc/latex/presentations-en/runAll + .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |