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 /news | |
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 'news')
-rw-r--r-- | news/flnews/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/flnews/Makefile b/news/flnews/Makefile index e236380c504..0e033895b8a 100644 --- a/news/flnews/Makefile +++ b/news/flnews/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2019/01/21 12:03:41 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2019/05/23 19:23:12 rillig Exp $ FLNEWS_VERSION= 0.16 @@ -32,7 +32,7 @@ SUBST_STAGE.edit-config= pre-configure SUBST_MESSAGE.edit-config= Preparing CONFIG file ... SUBST_FILES.edit-config= CONFIG SUBST_SED.edit-config= -e 's,@VERSION@,${FLNEWS_VERSION},g' -SUBST_SED.edit-config+= -e 's,@PREFIX@,${PREFIX},g' +SUBST_VARS.edit-config= PREFIX SUBST_SED.edit-config+= -e 's,@MAINT@,${FLNEWS_MAINTAINER},g' SUBST_SED.edit-config+= -e 's,@IP6@,${FLNEWS_OPT_DISABLE_IP6},g' SUBST_SED.edit-config+= -e 's,@NLS@,${FLNEWS_OPT_DISABLE_NLS},g' |