diff options
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-latex-veryshortguide-doc/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/print/tex-latex-veryshortguide-doc/Makefile b/print/tex-latex-veryshortguide-doc/Makefile index e1c90aa5f96..530a0335001 100644 --- a/print/tex-latex-veryshortguide-doc/Makefile +++ b/print/tex-latex-veryshortguide-doc/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2015/05/15 17:51:48 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2015/05/31 11:37:17 wiz Exp $ DISTNAME= latex-veryshortguide.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/latex-veryshortguide COMMENT= The Very Short Guide to LaTeX LICENSE= lppl-1.3c +REPLACE_SH+= doc/latex/latex-veryshortguide/build + .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |