diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2007-02-26 00:22:20 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2007-02-26 00:22:20 +0000 |
commit | f6636087f50f910a803fcc9f4b45e1061e63fb49 (patch) | |
tree | 30ac2d31b9d09b57c93febb02ddeaa80fce9d7d2 /java | |
parent | . Add a TZUPDATE option, defaulting to on, which will update the time zone (diff) |
. Whitespace nit.
Diffstat (limited to 'java')
-rw-r--r-- | java/jdk15/Makefile | 2 | ||||
-rw-r--r-- | java/jdk16/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/java/jdk15/Makefile b/java/jdk15/Makefile index 603e68043d66..deecc6d70ba3 100644 --- a/java/jdk15/Makefile +++ b/java/jdk15/Makefile @@ -31,7 +31,7 @@ WITHOUT_WEB= yes OPTIONS+= WEB "Enable the browser plugin and Java Web Start" on .endif OPTIONS+= POLICY "Install the Unlimited Strength Policy Files" off \ - TZUPDATE "Update the time zone data" on \ + TZUPDATE "Update the time zone data" on \ JAIL "Port is being built within a jail" off WANT_GNOME= yes diff --git a/java/jdk16/Makefile b/java/jdk16/Makefile index 603e68043d66..deecc6d70ba3 100644 --- a/java/jdk16/Makefile +++ b/java/jdk16/Makefile @@ -31,7 +31,7 @@ WITHOUT_WEB= yes OPTIONS+= WEB "Enable the browser plugin and Java Web Start" on .endif OPTIONS+= POLICY "Install the Unlimited Strength Policy Files" off \ - TZUPDATE "Update the time zone data" on \ + TZUPDATE "Update the time zone data" on \ JAIL "Port is being built within a jail" off WANT_GNOME= yes |