summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-05-14 17:33:20 +0000
committerrillig <rillig@pkgsrc.org>2020-05-14 17:33:20 +0000
commit4379168cc7aa55acb07d6444202280b43549d4d0 (patch)
tree2003d37d2fbfea1a5c4de8f37c81e505ac58574e
parente878a74fed27e36db64d5804895f87166d936688 (diff)
downloadpkgsrc-4379168cc7aa55acb07d6444202280b43549d4d0.tar.gz
print/dvipdfmx: fix path to Ghostscript
-rw-r--r--print/dvipdfmx/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/print/dvipdfmx/Makefile b/print/dvipdfmx/Makefile
index 7547c8aadc7..d1131172972 100644
--- a/print/dvipdfmx/Makefile
+++ b/print/dvipdfmx/Makefile
@@ -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 @@ CONF_FILES= ${PREFIX}/share/texmf-dist/dvipdfmx/dvipdfmx.cfg \
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