pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

fff: fix pkglint warning



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Wed Sep 23 13:54:45 2020 +0200
Changeset:	33c137f25b095c6ffb730bb05492da2eb97c97f9

Modified Files:
	fff/Makefile

Log Message:
fff: fix pkglint warning

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=33c137f25b095c6ffb730bb05492da2eb97c97f9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 fff/Makefile | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/fff/Makefile b/fff/Makefile
index 59e6959dfd..1341c5ecb1 100644
--- a/fff/Makefile
+++ b/fff/Makefile
@@ -15,11 +15,11 @@ NO_BUILD=	yes
 
 MAKE_FLAGS+=	MANDIR=${PREFIX}/${PKGMANDIR}
 
-SUBST_CLASSES+=         prefix
-SUBST_MESSAGE.prefix=   Fixing paths.
-SUBST_STAGE.prefix=     pre-configure
-SUBST_FILES.prefix+=    fff
-SUBST_SED.prefix+=      -e 's,$$FFF_W3M_PATH,${PREFIX}/libexec/w3m/w3mimgdisplay,g'
+SUBST_CLASSES+=		prefix
+SUBST_MESSAGE.prefix=	Fixing paths.
+SUBST_STAGE.prefix=	pre-configure
+SUBST_FILES.prefix+=	fff
+SUBST_SED.prefix+=	-e 's,$$FFF_W3M_PATH,${PREFIX}/libexec/w3m/w3mimgdisplay,g'
 
 REPLACE_BASH+=	fff
 


Home | Main Index | Thread Index | Old Index