diff options
author | mbr <mbr@FreeBSD.org> | 2003-01-27 15:15:26 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2003-01-27 15:15:26 +0800 |
commit | 5bf6459c7cc2d8f1ff0487554007029b7d30f48f (patch) | |
tree | d586d94d074195b284e2593167e8434406e0820b /editors | |
parent | ed8bdcf3a9c5fb746b2d520592b2190b1d0c7e2a (diff) | |
download | freebsd-ports-gnome-5bf6459c7cc2d8f1ff0487554007029b7d30f48f.tar.gz freebsd-ports-gnome-5bf6459c7cc2d8f1ff0487554007029b7d30f48f.tar.zst freebsd-ports-gnome-5bf6459c7cc2d8f1ff0487554007029b7d30f48f.zip |
Linux JDK has moved.
Submitted by: Tadayuki OKADA <tadayuki@attbi.com>
Diffstat (limited to 'editors')
-rw-r--r-- | editors/openoffice-1.0/Makefile | 2 | ||||
-rw-r--r-- | editors/openoffice.org-1.0/Makefile | 2 | ||||
-rw-r--r-- | editors/openoffice/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/editors/openoffice-1.0/Makefile b/editors/openoffice-1.0/Makefile index 0aeb0b3ba220..338af5caad8e 100644 --- a/editors/openoffice-1.0/Makefile +++ b/editors/openoffice-1.0/Makefile @@ -134,7 +134,7 @@ EXTRACT_CMD_R= ${GZIP_CMD} EXTRACT_REST= gpc231.tar.Z .if !defined(WITH_BSD_JDK) -JDK13DIR?= ${LOCALBASE}/linux-jdk1.3.1 +JDK13DIR?= ${LOCALBASE}/linux-sun-jdk1.3.1 .else JDK13DIR?= ${LOCALBASE}/jdk1.3.1 .endif diff --git a/editors/openoffice.org-1.0/Makefile b/editors/openoffice.org-1.0/Makefile index 0aeb0b3ba220..338af5caad8e 100644 --- a/editors/openoffice.org-1.0/Makefile +++ b/editors/openoffice.org-1.0/Makefile @@ -134,7 +134,7 @@ EXTRACT_CMD_R= ${GZIP_CMD} EXTRACT_REST= gpc231.tar.Z .if !defined(WITH_BSD_JDK) -JDK13DIR?= ${LOCALBASE}/linux-jdk1.3.1 +JDK13DIR?= ${LOCALBASE}/linux-sun-jdk1.3.1 .else JDK13DIR?= ${LOCALBASE}/jdk1.3.1 .endif diff --git a/editors/openoffice/Makefile b/editors/openoffice/Makefile index 0aeb0b3ba220..338af5caad8e 100644 --- a/editors/openoffice/Makefile +++ b/editors/openoffice/Makefile @@ -134,7 +134,7 @@ EXTRACT_CMD_R= ${GZIP_CMD} EXTRACT_REST= gpc231.tar.Z .if !defined(WITH_BSD_JDK) -JDK13DIR?= ${LOCALBASE}/linux-jdk1.3.1 +JDK13DIR?= ${LOCALBASE}/linux-sun-jdk1.3.1 .else JDK13DIR?= ${LOCALBASE}/jdk1.3.1 .endif |