diff options
author | markd <markd@pkgsrc.org> | 2018-06-03 01:25:25 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2018-06-03 01:25:25 +0000 |
commit | 902717cedd844a62de2dbca348d2d3d070f4ff95 (patch) | |
tree | e22636332dbbdcfc2543bf112f4f331e5f85118b /print/tex-amstex | |
parent | 3a0f67214d24651b9c601fb90f1dd69a63f49a51 (diff) | |
download | pkgsrc-902717cedd844a62de2dbca348d2d3d070f4ff95.tar.gz |
tex-amstex: fix TEX_FORMATS
Diffstat (limited to 'print/tex-amstex')
-rw-r--r-- | print/tex-amstex/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/tex-amstex/Makefile b/print/tex-amstex/Makefile index 995bdd88d4a..e7cb27343f4 100644 --- a/print/tex-amstex/Makefile +++ b/print/tex-amstex/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:14 markd Exp $ +# $NetBSD: Makefile,v 1.2 2018/06/03 01:25:25 markd Exp $ DISTNAME= amstex PKGNAME= tex-${DISTNAME}-2.2 +PKGREVISION= 1 TEXLIVE_REV= 33736 MAINTAINER= pkgsrc-users@NetBSD.org @@ -13,7 +14,7 @@ DEPENDS+= tex-tex-[0-9]*:../../print/tex-tex INSTALLATION_DIRS= bin -TEX_FORMATS+= "amstex pdftex -translate-file=cp227.tcx *amstex.ini\\n" +TEX_FORMATS+= "amstex pdftex - -translate-file=cp227.tcx *amstex.ini\\n" .include "../../print/texlive/package.mk" |