pkgsrc-WIP-changes archive

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

yash: linted



Module Name:	pkgsrc-wip
Committed By:	Paolo Vincenzo Olivo <vms%retrobsd.ddns.net@localhost>
Pushed By:	vms
Date:		Fri Oct 28 18:30:26 2022 +0200
Changeset:	b8d277995fbb6e32561052ad945ccae7beb5b185

Modified Files:
	yash/DESCR
	yash/Makefile

Log Message:
yash: linted

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

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

diffstat:
 yash/DESCR    | 2 +-
 yash/Makefile | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs:
diff --git a/yash/DESCR b/yash/DESCR
index 4074cde898..2f969c8df5 100644
--- a/yash/DESCR
+++ b/yash/DESCR
@@ -11,4 +11,4 @@ interactive and scripting use. Notable features are:
 - Prompt command and command-not-found handler
 - Command line completion with predefined completion scripts for more
   than 100 commands
-- Command line prediction based on command history 
+- Command line prediction based on command history
diff --git a/yash/Makefile b/yash/Makefile
index 287988391f..885194a2b3 100644
--- a/yash/Makefile
+++ b/yash/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD$
 
 DISTNAME=	yash-2.53
-CATEGORIES=	shells	
+CATEGORIES=	shells
 MASTER_SITES=	https://free.nchc.org.tw/osdn/yash/77664/
 EXTRACT_SUFX=	.tar.xz
 
@@ -10,9 +10,9 @@ HOMEPAGE=	https://yash.osdn.jp/index.html.en
 COMMENT=	POSIX-compliant command line shell
 LICENSE=	gnu-gpl-v2
 
-HAS_CONFIGURE=	yes
+HAS_CONFIGURE=		yes
 CONFIGURE_ARGS+=	--prefix=${PREFIX}
-CONFIGURE_ARGS+=    --mandir=${PKGMANDIR}
+CONFIGURE_ARGS+=	--mandir=${PKGMANDIR}
 CONFIGURE_ARGS+=	--enable-history
 CONFIGURE_ARGS+=	--enable-lineedit
 


Home | Main Index | Thread Index | Old Index