Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print/dvipdfmx print/dvipdfmx: fix path to Ghostscript
details: https://anonhg.NetBSD.org/pkgsrc/rev/a2f29eb763b1
branches: trunk
changeset: 431543:a2f29eb763b1
user: rillig <rillig%pkgsrc.org@localhost>
date: Thu May 14 17:33:20 2020 +0000
description:
print/dvipdfmx: fix path to Ghostscript
diffstat:
print/dvipdfmx/Makefile | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 5861ae9af12b -r a2f29eb763b1 print/dvipdfmx/Makefile
--- a/print/dvipdfmx/Makefile Thu May 14 17:30:50 2020 +0000
+++ b/print/dvipdfmx/Makefile Thu May 14 17:33:20 2020 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.52 2020/05/10 03:56:38 markd Exp $
+# $NetBSD: Makefile,v 1.53 2020/05/14 17:33:20 rillig Exp $
.include "../../print/texlive/Makefile.common"
PKGNAME= dvipdfmx-20200315
+PKGREVISION= 1
CATEGORIES= print converters
HOMEPAGE= http://project.ktug.or.kr/dvipdfmx/
@@ -38,9 +39,9 @@
SUBST_CLASSES+= paths
SUBST_MESSAGE.paths= Setting paths to commands.
SUBST_STAGE.paths= pre-configure
-SUBST_FILES.paths= data/dvipdfmx.cfg src/dvipdft
+SUBST_FILES.paths= data/dvipdfmx.cfg dvipdft
SUBST_SED.paths= -e 's,@DVIPDFM@,${PREFIX}/bin/dvipdfm,g'
-SUBST_SED.paths+= -e 's,@RUNGS@,${PREFIX}/bin/rungs,g'
+SUBST_SED.paths+= -e 's,@RUNGS@,${PREFIX}/bin/rungs,'
TEX_TEXMF_DIRS+= ${PKG_SYSCONFDIR}
TEX_TEXMF_DIRS+= ${PREFIX}/share/texmf-dist
Home |
Main Index |
Thread Index |
Old Index