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 /graphics/xv | |
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 'graphics/xv')
-rw-r--r-- | graphics/xv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/xv/Makefile b/graphics/xv/Makefile index bfae66b74af..a2b58d76955 100644 --- a/graphics/xv/Makefile +++ b/graphics/xv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.93 2019/02/21 01:37:14 tsutsui Exp $ +# $NetBSD: Makefile,v 1.94 2019/05/23 19:23:02 rillig Exp $ DISTNAME= xv-3.10a PKGREVISION= 25 @@ -38,7 +38,7 @@ BUILD_TARGET= depend all SUBST_CLASSES+= gspath SUBST_FILES.gspath= config.h -SUBST_SED.gspath= -e 's|@PREFIX@|${PREFIX}|g' +SUBST_VARS.gspath= PREFIX SUBST_STAGE.gspath= post-configure SUBST_MESSAGE.gspath= Fixing path to ghostscript interpreter. |