summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2010-02-14 23:45:44 +0000
committerminskim <minskim@pkgsrc.org>2010-02-14 23:45:44 +0000
commit8b8346c6dccc9c747cb348536393e52e9cc6e011 (patch)
treea45749f6077e702afe68160ba0ae4192fd89053a /print
parent5263e928ee6294150e8c09607509a681106b1c70 (diff)
downloadpkgsrc-8b8346c6dccc9c747cb348536393e52e9cc6e011.tar.gz
Correct TEX_FORMATS in tex-luatex.
Diffstat (limited to 'print')
-rw-r--r--print/tex-luatex/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/print/tex-luatex/Makefile b/print/tex-luatex/Makefile
index fc5c5950253..e51b692dc2b 100644
--- a/print/tex-luatex/Makefile
+++ b/print/tex-luatex/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2010/02/11 22:00:45 minskim Exp $
+# $NetBSD: Makefile,v 1.5 2010/02/14 23:45:44 minskim Exp $
# TeX Live Revision 16044
DISTNAME= luatex
PKGNAME= tex-${DISTNAME}-0.2
-PKGREVISION= 1
+PKGREVISION= 2
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://www.luatex.org/
@@ -16,7 +16,7 @@ DEPENDS+= tex-plain>=3.14159265.12854:../../print/tex-plain
INSTALLATION_DIRS+= bin
-TEX_FORMATS+= "luatex luatex language.def luatex.ini\\\ndviluatex luatex language.def dviluatex.ini"
+TEX_FORMATS+= "luatex luatex language.def luatex.ini\\ndviluatex luatex language.def dviluatex.ini\\n"
TEX_TEXMF_DIRS+= ${PREFIX}/share/texmf
.include "../../print/texlive/package.mk"