From cabadf3d995dfdb93e43fa33e676fdfbb6f7d1f5 Mon Sep 17 00:00:00 2001 From: rillig Date: Thu, 23 May 2019 19:22:54 +0000 Subject: 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. --- filesystems/fuse-gmailfs/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'filesystems/fuse-gmailfs') diff --git a/filesystems/fuse-gmailfs/Makefile b/filesystems/fuse-gmailfs/Makefile index b6cac007a65..3a819505f56 100644 --- a/filesystems/fuse-gmailfs/Makefile +++ b/filesystems/fuse-gmailfs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2019/04/26 13:13:56 maya Exp $ +# $NetBSD: Makefile,v 1.19 2019/05/23 19:23:00 rillig Exp $ DISTNAME= gmailfs-0.7.2 PKGREVISION= 4 @@ -20,8 +20,8 @@ CONF_FILES= ${PREFIX}/share/examples/gmailfs/gmailfs.conf \ SUBST_CLASSES+= config SUBST_STAGE.config= pre-configure SUBST_FILES.config= gmailfs.py mount.gmailfs -SUBST_SED.config= -e "s|@PKG_SYSCONFDIR@|${PKG_SYSCONFDIR}|g" -SUBST_SED.config+= -e "s|@PREFIX@|${PREFIX}|g" +SUBST_VARS.config= PKG_SYSCONFDIR +SUBST_VARS.config+= PREFIX SUBST_SED.config+= -e "s|@PYSITELIB@|${PREFIX}/${PYSITELIB}|g" SUBST_MESSAGE.config= Fixing paths. -- cgit v1.2.3