From adda884d44cb88a3a470e58f81adefef66c4f3b7 Mon Sep 17 00:00:00 2001 From: rodent Date: Sat, 6 Apr 2013 21:07:31 +0000 Subject: "Each sed command should appear in an assignment of its own." --- print/dvipdfmx/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'print/dvipdfmx/Makefile') diff --git a/print/dvipdfmx/Makefile b/print/dvipdfmx/Makefile index 45b9dacc4e0..0e08108d1f2 100644 --- a/print/dvipdfmx/Makefile +++ b/print/dvipdfmx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2013/02/16 11:24:08 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2013/04/06 21:07:34 rodent Exp $ DISTNAME= texlive-20100720-source PKGNAME= dvipdfmx-20100328 @@ -44,9 +44,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_SED.paths= -e 's,@DVIPDFM@,${PREFIX}/bin/dvipdfm,g' \ - -e 's,@GS@,${TOOLS_PATH.gs},g' \ - -e 's,@PS2PDF@,${LOCALBASE}/bin/ps2pdf,g' +SUBST_SED.paths= -e 's,@DVIPDFM@,${PREFIX}/bin/dvipdfm,g' +SUBST_SED.paths+= -e 's,@GS@,${TOOLS_PATH.gs},g' +SUBST_SED.paths+= -e 's,@PS2PDF@,${LOCALBASE}/bin/ps2pdf,g' TEX_TEXMF_DIRS+= ${PKG_SYSCONFDIR} TEX_TEXMF_DIRS+= ${PREFIX}/share/texmf -- cgit v1.2.3