diff options
author | glewis <glewis@FreeBSD.org> | 2007-03-06 12:33:14 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2007-03-06 12:33:14 +0800 |
commit | c21c9ffc9bb2e368f51a1e59503472fb39da00f1 (patch) | |
tree | 0d3eb0cd275949d38a5f623ee4c159b58b124746 /java/jdk15 | |
parent | 4b6c98140ee3ba92565150069a27789425da0cbc (diff) | |
download | freebsd-ports-gnome-c21c9ffc9bb2e368f51a1e59503472fb39da00f1.tar.gz freebsd-ports-gnome-c21c9ffc9bb2e368f51a1e59503472fb39da00f1.tar.zst freebsd-ports-gnome-c21c9ffc9bb2e368f51a1e59503472fb39da00f1.zip |
. When we update the time zone data, delete the temporary copy of the old
data created by the update tool.
Diffstat (limited to 'java/jdk15')
-rw-r--r-- | java/jdk15/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/jdk15/Makefile b/java/jdk15/Makefile index deecc6d70ba3..47f74e0493f6 100644 --- a/java/jdk15/Makefile +++ b/java/jdk15/Makefile @@ -301,6 +301,7 @@ post-build: @# Update time zones @-${JDKIMAGEDIR}/bin/java -jar \ ${WRKDIR}/tzupdater${TZUPDATE_TZVERSION}/tzupdater.jar -u + @-${RM} -rf ${JDKIMAGEDIR}/jre/lib/zi.tzdata* .endif do-install: |