diff --git a/print/tex-presentations-en-doc/Makefile b/print/tex-presentations-en-doc/Makefile index 124eca864aa1..dc3b12c4f64c 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"