summaryrefslogtreecommitdiff
path: root/mail/fastforward
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-05-23 19:22:54 +0000
committerrillig <rillig@pkgsrc.org>2019-05-23 19:22:54 +0000
commitcabadf3d995dfdb93e43fa33e676fdfbb6f7d1f5 (patch)
treedfd45506cac9c8adb60a55d809ab0dbc4d5a750e /mail/fastforward
parentafe0216c35d9e0e0b96fe80eb38badf368ef84a7 (diff)
downloadpkgsrc-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 'mail/fastforward')
-rw-r--r--mail/fastforward/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/fastforward/Makefile b/mail/fastforward/Makefile
index abbe39017a1..274863fe5fa 100644
--- a/mail/fastforward/Makefile
+++ b/mail/fastforward/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2017/09/01 03:58:45 schmonz Exp $
+# $NetBSD: Makefile,v 1.26 2019/05/23 19:23:05 rillig Exp $
#
DISTNAME= fastforward-0.51
@@ -24,7 +24,7 @@ SUBST_FILES.djbware+= cdb_seek.c
SUBST_CLASSES+= paths
SUBST_STAGE.paths= do-configure
SUBST_FILES.paths= hier.c
-SUBST_SED.paths= -e 's,@PKGMANDIR@,${PKGMANDIR},g'
+SUBST_VARS.paths= PKGMANDIR
.include "../../mk/djbware.mk"
.include "../../mk/bsd.pkg.mk"