pkgsrc-WIP-changes archive

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

ksh93: linted



Module Name:	pkgsrc-wip
Committed By:	Paolo Vincenzo Olivo <vms%retrobsd.ddns.net@localhost>
Pushed By:	vms
Date:		Sun Jul 3 19:17:20 2022 +0200
Changeset:	1869b5b62032bebead0bfbb45e147e85a252c5b3

Modified Files:
	ksh93/Makefile

Log Message:
ksh93: linted

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

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

diffstat:
 ksh93/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/ksh93/Makefile b/ksh93/Makefile
index fdce08ea60..8aee5f2879 100644
--- a/ksh93/Makefile
+++ b/ksh93/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD$
 
 DISTNAME=	v1.0.0-beta.2
-PKGVER=		${DISTNAME:S,^v,,:S,-beta,,}	
+PKGVER=		${DISTNAME:S,^v,,:S,-beta,,}
 PKGNAME=	${GITHUB_PROJECT}93-${PKGVER}
 CATEGORIES=	shells
 MASTER_SITES=	${MASTER_SITE_GITHUB:=ksh93/}


Home | Main Index | Thread Index | Old Index