pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/dvipdfmx



Module Name:    pkgsrc
Committed By:   rillig
Date:           Thu May 14 17:33:20 UTC 2020

Modified Files:
        pkgsrc/print/dvipdfmx: Makefile

Log Message:
print/dvipdfmx: fix path to Ghostscript


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/print/dvipdfmx/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/dvipdfmx/Makefile
diff -u pkgsrc/print/dvipdfmx/Makefile:1.52 pkgsrc/print/dvipdfmx/Makefile:1.53
--- pkgsrc/print/dvipdfmx/Makefile:1.52 Sun May 10 03:56:38 2020
+++ pkgsrc/print/dvipdfmx/Makefile      Thu May 14 17:33:20 2020
@@ -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/d
 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