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/8b929def4ba7
branches:  trunk
changeset: 345810:8b929def4ba7
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 aa1005cf5cfd -r 8b929def4ba7 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