pkgsrc-WIP-changes archive

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

bc-gh: Fix format error (tabify the whitespace in rule).



Module Name:	pkgsrc-wip
Committed By:	ng0 <ng0%n0.is@localhost>
Pushed By:	ng0
Date:		Sun May 26 10:53:27 2019 +0000
Changeset:	a546d25234d4a68573c33bba612cbb8ffeaa1c6b

Modified Files:
	bc-gh/Makefile

Log Message:
bc-gh: Fix format error (tabify the whitespace in rule).

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

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

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

diffs:
diff --git a/bc-gh/Makefile b/bc-gh/Makefile
index 75b0432a6e..87334b030d 100644
--- a/bc-gh/Makefile
+++ b/bc-gh/Makefile
@@ -19,6 +19,6 @@ CONFIGURE_ARGS=         -G
 CONFIGURE_ENV=          EXECSUFFIX="-gh" MANDIR="${PREFIX}/man" NLSPATH="${PREFIX}/share/locale/%L/%N"
 
 do-test:
-        cd ${WRKSRC} && make test
+	cd ${WRKSRC} && make test
 
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index