pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/tex-lollipop



Module Name:    pkgsrc
Committed By:   markd
Date:           Sun Jun  3 01:27:21 UTC 2018

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

Log Message:
tex-lollipop: fix TEX_FORMATS


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/print/tex-lollipop/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-lollipop/Makefile
diff -u pkgsrc/print/tex-lollipop/Makefile:1.3 pkgsrc/print/tex-lollipop/Makefile:1.4
--- pkgsrc/print/tex-lollipop/Makefile:1.3      Sun Aug  7 09:09:39 2016
+++ pkgsrc/print/tex-lollipop/Makefile  Sun Jun  3 01:27:21 2018
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2016/08/07 09:09:39 markd Exp $
+# $NetBSD: Makefile,v 1.4 2018/06/03 01:27:21 markd Exp $
 
 DISTNAME=      lollipop
 PKGNAME=       tex-${DISTNAME}-1.07
+PKGREVISION=   1
 TEXLIVE_REV=   41438
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -13,16 +14,11 @@ DEPENDS+=   tex-pdftex-[0-9]*:../../print/
 
 INSTALLATION_DIRS+=    bin
 
-TEX_FORMATS+=  "lollipop pdftex -translate-file=cp227.tcx *lollipop.ini\\n"
-
-# execute AddFormat name=lualollipop engine=luatex         options="lualollipop.ini"
-# execute AddFormat name=xelollipop engine=xetex         options="-etex xelollipop.ini"
-# execute AddFormat name=dvilollipop mode=disabled engine=pdftex         options="-translate-file=cp227.tcx *lollipop.ini"
-# execute AddFormat name=dvilualollipop mode=disabled engine=luatex         options="-translate-file=cp227.tcx lualollipop.ini"
+TEX_FORMATS+=  "lollipop tex - lollipop.ini\\n"
 
 .include "../../print/texlive/package.mk"
 
 post-install:
-       ${LN} -sf pdftex ${DESTDIR}${PREFIX}/bin/lollipop
+       ${LN} -sf tex ${DESTDIR}${PREFIX}/bin/lollipop
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index