pkgsrc-WIP-changes archive

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

mle: fixed pkglint warnings



Module Name:	pkgsrc-wip
Committed By:	Kevin Bloom <kevin.bloom%posteo.net@localhost>
Pushed By:	nuclearkev
Date:		Sun Mar 17 20:28:20 2024 -0400
Changeset:	b523763320b34c8885178148778611d99c2456cd

Modified Files:
	mle/Makefile

Log Message:
mle: fixed pkglint warnings

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

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

diffstat:
 mle/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/mle/Makefile b/mle/Makefile
index c832ad6ace..684d68a3f0 100644
--- a/mle/Makefile
+++ b/mle/Makefile
@@ -3,8 +3,8 @@
 DISTNAME=	mle-1.7.2
 CATEGORIES=	editors
 MASTER_SITES=	${MASTER_SITE_GITHUB:=adsr/}
-GITHUB_RELEASE=	v1.7.2
 GITHUB_PROJECT=	mle
+GITHUB_RELEASE=	v1.7.2
 
 MAINTAINER=	ktnb%posteo.net@localhost
 HOMEPAGE=	https://github.com/adsr/mle/
@@ -29,7 +29,7 @@ SUBST_STAGE.lua=	pre-build
 SUBST_CLASSES+=		makefile
 SUBST_MESSAGE.makefile=	remove -v flag
 SUBST_FILES.makefile=	Makefile
-SUBST_SED.makefile=		-e 's,install -v,install,g'
+SUBST_SED.makefile=	-e 's,install -v,install,g'
 SUBST_STAGE.makefile=	pre-build
 
 pre-install:


Home | Main Index | Thread Index | Old Index