pkgsrc-WIP-changes archive

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

bc-gh: Regularize to tabs



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Sun May 26 09:25:06 2019 -0400
Changeset:	dcef3a36e9009a9fe8844881d12ce557c15df54f

Modified Files:
	bc-gh/Makefile

Log Message:
bc-gh: Regularize to tabs

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

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

diffstat:
 bc-gh/Makefile | 30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)

diffs:
diff --git a/bc-gh/Makefile b/bc-gh/Makefile
index 66a345cca0..ff8c58de54 100644
--- a/bc-gh/Makefile
+++ b/bc-gh/Makefile
@@ -1,23 +1,23 @@
 # $NetBSD$
 
 VERSION=	2.0.0
-DISTNAME=       bc-${VERSION}
-PKGNAME=        bc-gh-${VERSION}
-CATEGORIES=     math
-MASTER_SITES=   ${MASTER_SITE_GITHUB:=gavinhoward/}
-GITHUB_PROJECT= bc
-GITHUB_RELEASE= ${VERSION}
-EXTRACT_SUFX=   .tar.xz
+DISTNAME=	bc-${VERSION}
+PKGNAME=	bc-gh-${VERSION}
+CATEGORIES=	math
+MASTER_SITES=	${MASTER_SITE_GITHUB:=gavinhoward/}
+GITHUB_PROJECT=	bc
+GITHUB_RELEASE=	${VERSION}
+EXTRACT_SUFX=	.tar.xz
 
-MAINTAINER=     yzena.tech%gmail.com@localhost
-HOMEPAGE=       https://github.com/gavinhoward/bc
-COMMENT=        Implementation of POSIX bc with GNU extensions
-LICENSE=        2-clause-bsd
+MAINTAINER=	yzena.tech%gmail.com@localhost
+HOMEPAGE=	https://github.com/gavinhoward/bc
+COMMENT=	Implementation of POSIX bc with GNU extensions
+LICENSE=	2-clause-bsd
 
-HAS_CONFIGURE=          yes
-CONFIGURE_SCRIPT=       configure.sh
-CONFIGURE_ARGS=         -G
-CONFIGURE_ENV=          EXECSUFFIX="-gh" MANDIR="${PREFIX}/man" NLSPATH="${PREFIX}/share/locale/%L/%N"
+HAS_CONFIGURE=		yes
+CONFIGURE_SCRIPT=	configure.sh
+CONFIGURE_ARGS=		-G
+CONFIGURE_ENV=		EXECSUFFIX="-gh" MANDIR="${PREFIX}/man" NLSPATH="${PREFIX}/share/locale/%L/%N"
 
 TEST_TARGET=	test
 


Home | Main Index | Thread Index | Old Index