pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/openjdk11



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Wed Dec 18 13:14:50 UTC 2019

Modified Files:
        pkgsrc/lang/openjdk11: Makefile

Log Message:
Close conditional with .endif


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/lang/openjdk11/Makefile

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

Modified files:

Index: pkgsrc/lang/openjdk11/Makefile
diff -u pkgsrc/lang/openjdk11/Makefile:1.8 pkgsrc/lang/openjdk11/Makefile:1.9
--- pkgsrc/lang/openjdk11/Makefile:1.8  Wed Dec 18 12:59:10 2019
+++ pkgsrc/lang/openjdk11/Makefile      Wed Dec 18 13:14:50 2019
@@ -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 @@ PLIST.internal_vm_compiler= yes
 
 .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