pkgsrc-WIP-changes archive

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

openjdk11: fix whitespace



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Sat Sep 28 12:51:49 2019 +0200
Changeset:	5995ef760742e6c118bb173faf96fb15cdc94c42

Modified Files:
	openjdk11/Makefile

Log Message:
openjdk11: fix whitespace

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

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

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

diffs:
diff --git a/openjdk11/Makefile b/openjdk11/Makefile
index a36ee984c2..5eb3019005 100644
--- a/openjdk11/Makefile
+++ b/openjdk11/Makefile
@@ -136,7 +136,7 @@ post-extract:
 # These libs are bundled w/ the netbsd-7 bootstrap to facilitate building with
 # MKLLVM=yes / MKGCC=no. Nuke them from bootstrap if they are present in base.
 .if exists(/lib/libgcc_s.so.1)
-        ${RM} -f ${ALT_BOOTDIR}/lib/libgcc_s.so*
+	${RM} -f ${ALT_BOOTDIR}/lib/libgcc_s.so*
 .endif
 
 pre-configure: ${WRKDIR}/cacerts.out


Home | Main Index | Thread Index | Old Index