diff options
author | rodent <rodent> | 2013-04-06 21:07:31 +0000 |
---|---|---|
committer | rodent <rodent> | 2013-04-06 21:07:31 +0000 |
commit | 5709d03a54f4b984d036819527e6c1d38b026151 (patch) | |
tree | c9dec68b64c6028a90065156103df5ec5322256c /print | |
parent | 20c9c895134856aac872cc871957a914fcaaea20 (diff) | |
download | pkgsrc-5709d03a54f4b984d036819527e6c1d38b026151.tar.gz |
"Each sed command should appear in an assignment of its own."
Diffstat (limited to 'print')
-rw-r--r-- | print/dvipdfmx/Makefile | 8 | ||||
-rw-r--r-- | print/teTeX3-bin/Makefile | 6 | ||||
-rw-r--r-- | print/tex-pkfix/Makefile | 8 |
3 files changed, 11 insertions, 11 deletions
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 diff --git a/print/teTeX3-bin/Makefile b/print/teTeX3-bin/Makefile index ab993deef19..4bd98586d41 100644 --- a/print/teTeX3-bin/Makefile +++ b/print/teTeX3-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.71 2013/04/06 20:27:27 rodent Exp $ +# $NetBSD: Makefile,v 1.72 2013/04/06 21:07:35 rodent Exp $ DISTNAME= tetex-src-3.0 PKGNAME= ${DISTNAME:C/tetex/teTeX/:C/src/bin/} @@ -43,8 +43,8 @@ SUBST_CLASSES+= web2c SUBST_MESSAGE.web2c= Disabling web2c. SUBST_STAGE.web2c= pre-configure SUBST_FILES.web2c= Makefile.in texk/Makefile.in -SUBST_SED.web2c= -e 's,^programs = web2c,programs =,' \ - -e 's,^@FMU@,,' +SUBST_SED.web2c= -e 's,^programs = web2c,programs =,' +SUBST_SED.web2c+= -e 's,^@FMU@,,' BUILD_DEFS+= VARBASE LOWER_PAPERSIZE_cmd= ${ECHO} ${PAPERSIZE} | ${TR} '[A-Z]' '[a-z]' diff --git a/print/tex-pkfix/Makefile b/print/tex-pkfix/Makefile index e8bb8cad109..5b790cb837f 100644 --- a/print/tex-pkfix/Makefile +++ b/print/tex-pkfix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2012/10/03 21:57:21 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2013/04/06 21:07:35 rodent Exp $ DISTNAME= pkfix PKGNAME= tex-${DISTNAME}-1.5 @@ -20,9 +20,9 @@ SUBST_CLASSES+= paths SUBST_MESSAGE.paths= Setting paths to commands. SUBST_STAGE.paths= pre-configure SUBST_FILES.paths= bin/pkfix -SUBST_SED.paths= -e 's,@DVIPS@,${LOCALBASE}/bin/dvips,g' \ - -e 's,@KPSEWHICH@,${LOCALBASE}/bin/kpsewhich,g' \ - -e 's,@TEX@,${LOCALBASE}/bin/tex,g' +SUBST_SED.paths= -e 's,@DVIPS@,${LOCALBASE}/bin/dvips,g' +SUBST_SED.paths+= -e 's,@KPSEWHICH@,${LOCALBASE}/bin/kpsewhich,g' +SUBST_SED.paths+= -e 's,@TEX@,${LOCALBASE}/bin/tex,g' INSTALLATION_DIRS+= bin |