diff options
author | rillig <rillig@pkgsrc.org> | 2019-05-23 19:22:54 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2019-05-23 19:22:54 +0000 |
commit | cabadf3d995dfdb93e43fa33e676fdfbb6f7d1f5 (patch) | |
tree | dfd45506cac9c8adb60a55d809ab0dbc4d5a750e /print/tex-musixtex | |
parent | afe0216c35d9e0e0b96fe80eb38badf368ef84a7 (diff) | |
download | pkgsrc-cabadf3d995dfdb93e43fa33e676fdfbb6f7d1f5.tar.gz |
all: replace SUBST_SED with the simpler SUBST_VARS
pkglint -Wall -r --only "substitution command" -F
With manual review and indentation fixes since pkglint doesn't get that
part correct in every case.
Diffstat (limited to 'print/tex-musixtex')
-rw-r--r-- | print/tex-musixtex/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/tex-musixtex/Makefile b/print/tex-musixtex/Makefile index d28ab96f467..e582e1c1a5f 100644 --- a/print/tex-musixtex/Makefile +++ b/print/tex-musixtex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2019/01/25 19:26:55 markd Exp $ +# $NetBSD: Makefile,v 1.40 2019/05/23 19:23:14 rillig Exp $ DISTNAME= musixtex PKGNAME= tex-${DISTNAME}-1.29 @@ -19,7 +19,7 @@ SUBST_CLASSES+= paths SUBST_MESSAGE.paths= Setting paths to commands. SUBST_STAGE.paths= pre-configure SUBST_FILES.paths= bin/musixtex -SUBST_SED.paths= -e 's,@LOCALBASE@,${LOCALBASE},g' +SUBST_VARS.paths= LOCALBASE REPLACE_TEXLUA= bin/musixflx bin/musixtex |