diff options
author | Nate Williams <nate@FreeBSD.org> | 2001-08-14 16:39:16 +0000 |
---|---|---|
committer | Nate Williams <nate@FreeBSD.org> | 2001-08-14 16:39:16 +0000 |
commit | 31cd07a8e895c7cee78df1537b01e62d016b92fe (patch) | |
tree | 08d73be5fcca1fb5db63c591c06d0ee8ddfb58d5 /java | |
parent | cac9f01cbd1a96045b38c4fe9067890389ebe4da (diff) | |
download | ports-31cd07a8e895c7cee78df1537b01e62d016b92fe.tar.gz ports-31cd07a8e895c7cee78df1537b01e62d016b92fe.zip |
Notes
Diffstat (limited to 'java')
-rw-r--r-- | java/jdk/Makefile | 5 | ||||
-rw-r--r-- | java/jdk11/Makefile | 5 |
2 files changed, 2 insertions, 8 deletions
diff --git a/java/jdk/Makefile b/java/jdk/Makefile index 78d2621318f7..ae5ee09a7992 100644 --- a/java/jdk/Makefile +++ b/java/jdk/Makefile @@ -43,8 +43,5 @@ do-install: post-install: ${LOCALBASE}/bin/registervm "${PREFIX}/jdk${JDK_VERSION}/bin/java # JDK${JDK_VERSION}" -.if ${OSVERSION} > 400000 - ${ECHO} "You will need to install the compat3x libraries to use this port." -.endif - + .include <bsd.port.post.mk> diff --git a/java/jdk11/Makefile b/java/jdk11/Makefile index 78d2621318f7..ae5ee09a7992 100644 --- a/java/jdk11/Makefile +++ b/java/jdk11/Makefile @@ -43,8 +43,5 @@ do-install: post-install: ${LOCALBASE}/bin/registervm "${PREFIX}/jdk${JDK_VERSION}/bin/java # JDK${JDK_VERSION}" -.if ${OSVERSION} > 400000 - ${ECHO} "You will need to install the compat3x libraries to use this port." -.endif - + .include <bsd.port.post.mk> |