pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/tex-mptopdf



Module Name:    pkgsrc
Committed By:   markd
Date:           Sun Jun  3 01:32:24 UTC 2018

Modified Files:
        pkgsrc/graphics/tex-mptopdf: Makefile

Log Message:
tex-mptopdf: fix TEX_FORMATS


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/graphics/tex-mptopdf/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/tex-mptopdf/Makefile
diff -u pkgsrc/graphics/tex-mptopdf/Makefile:1.6 pkgsrc/graphics/tex-mptopdf/Makefile:1.7
--- pkgsrc/graphics/tex-mptopdf/Makefile:1.6    Sun Sep 24 14:35:08 2017
+++ pkgsrc/graphics/tex-mptopdf/Makefile        Sun Jun  3 01:32:23 2018
@@ -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@localhost
@@ -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"
 



Home | Main Index | Thread Index | Old Index