diff options
author | rillig <rillig@pkgsrc.org> | 2019-11-04 21:14:06 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2019-11-04 21:14:06 +0000 |
commit | ef482b78e029548a99588f95eff363467deb3687 (patch) | |
tree | 20bdb4180c7f1d639154a113e8fdf36166c6de0b /shells/scsh/Makefile | |
parent | 805b440f10356ac31240fdb9960107d1f547f52f (diff) | |
download | pkgsrc-ef482b78e029548a99588f95eff363467deb3687.tar.gz |
shells: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
Diffstat (limited to 'shells/scsh/Makefile')
-rw-r--r-- | shells/scsh/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/shells/scsh/Makefile b/shells/scsh/Makefile index c65292bb447..3e8d94a3cdd 100644 --- a/shells/scsh/Makefile +++ b/shells/scsh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2017/01/19 18:52:25 agc Exp $ +# $NetBSD: Makefile,v 1.46 2019/11/04 21:14:07 rillig Exp $ DISTNAME= scsh-0.6.7 PKGREVISION= 1 @@ -7,9 +7,9 @@ MASTER_SITES= http://ftp.scsh.net/pub/scsh/0.6/ MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE:=scsh/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.scsh.net/ -COMMENT= Unix shell embedded into Scheme, with access to all Posix calls -LICENSE= modified-bsd +HOMEPAGE= http://www.scsh.net/ +COMMENT= Unix shell embedded into Scheme, with access to all Posix calls +LICENSE= modified-bsd BROKEN_ON_PLATFORM= ${LP64PLATFORMS} # Not 64-bit clean. |