pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/tex-cslatex



Module Name:    pkgsrc
Committed By:   markd
Date:           Fri May 11 22:24:29 UTC 2018

Modified Files:
        pkgsrc/print/tex-cslatex: Makefile

Log Message:
tex-cslatex: fix TEX_FORMATS


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/print/tex-cslatex/Makefile

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

Modified files:

Index: pkgsrc/print/tex-cslatex/Makefile
diff -u pkgsrc/print/tex-cslatex/Makefile:1.2 pkgsrc/print/tex-cslatex/Makefile:1.3
--- pkgsrc/print/tex-cslatex/Makefile:1.2       Thu Dec 10 11:36:44 2015
+++ pkgsrc/print/tex-cslatex/Makefile   Fri May 11 22:24:29 2018
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2015/12/10 11:36:44 markd Exp $
+# $NetBSD: Makefile,v 1.3 2018/05/11 22:24:29 markd Exp $
 
 DISTNAME=      cslatex
 PKGNAME=       tex-${DISTNAME}-2014
-PKGREVISION=   1
+PKGREVISION=   2
 TEXLIVE_REV=   28596
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -15,7 +15,7 @@ DEPENDS+=     tex-latex-[0-9]*:../../print/t
 
 INSTALLATION_DIRS+=    bin
 
-TEX_FORMATS+=  "cslatex pdftex -etex cslatex.ini\\npdfcslatex pdftex -etex cslatex.ini\\n"
+TEX_FORMATS+=  "cslatex pdftex - -etex cslatex.ini\\npdfcslatex pdftex - -etex cslatex.ini\\n"
 
 .include "../../print/texlive/package.mk"
 



Home | Main Index | Thread Index | Old Index