pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/openjdk11 Close conditional with .endif



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aaecb48594ba
branches:  trunk
changeset: 419442:aaecb48594ba
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Wed Dec 18 13:14:50 2019 +0000

description:
Close conditional with .endif

diffstat:

 lang/openjdk11/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 5567cf3a303b -r aaecb48594ba lang/openjdk11/Makefile
--- a/lang/openjdk11/Makefile   Wed Dec 18 12:59:10 2019 +0000
+++ b/lang/openjdk11/Makefile   Wed Dec 18 13:14:50 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2019/12/18 12:59:10 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2019/12/18 13:14:50 ryoon Exp $
 
 DISTNAME=      openjdk-jdk11u-${GITHUB_TAG:C/\+/-/}
 PKGNAME=       openjdk11-1.${GITHUB_TAG:C/\+/./:C/jdk-([.0-9]+).*/\1/}
@@ -124,6 +124,7 @@
 
 .if ${OPSYS} == "NetBSD"
 TOOLS_PLATFORM.unzip=
+.endif
 
 post-extract:
 # These libs are bundled w/ the netbsd-7 bootstrap to facilitate building with



Home | Main Index | Thread Index | Old Index