summaryrefslogtreecommitdiff
path: root/graphics/tex-mptopdf
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2018-06-03 01:32:23 +0000
committermarkd <markd@pkgsrc.org>2018-06-03 01:32:23 +0000
commitd8125c36d831be644189591e2379363630631274 (patch)
treebb8bfbb6405db0147449e5c008e72f1f5b0f82a0 /graphics/tex-mptopdf
parentd0669f3a66cb617b5f8cae47c83dbebf3bf8418b (diff)
downloadpkgsrc-d8125c36d831be644189591e2379363630631274.tar.gz
tex-mptopdf: fix TEX_FORMATS
Diffstat (limited to 'graphics/tex-mptopdf')
-rw-r--r--graphics/tex-mptopdf/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/tex-mptopdf/Makefile b/graphics/tex-mptopdf/Makefile
index f093be0fe26..b6166061bdb 100644
--- a/graphics/tex-mptopdf/Makefile
+++ b/graphics/tex-mptopdf/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2017/09/24 14:35:08 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2018/06/03 01:32:23 markd Exp $
DISTNAME= mptopdf
PKGNAME= tex-${DISTNAME}-2017
+PKGREVISION= 1
TEXLIVE_REV= 44856
MAINTAINER= minskim@NetBSD.org
@@ -16,7 +17,7 @@ SUPERSEDES+= tex-supp-pdf<2010
INSTALLATION_DIRS= bin
-TEX_FORMATS+= "mptopdf pdftex -translate-file=cp227.tcx mptopdf.tex\\n"
+TEX_FORMATS+= "mptopdf pdftex - -translate-file=cp227.tcx mptopdf.tex\\n"
.include "../../print/texlive/package.mk"