diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2007-03-06 04:33:14 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2007-03-06 04:33:14 +0000 |
commit | cf9cd6b666302145053f6b2a66d9b2e36d42311d (patch) | |
tree | e8f8fe464488bdabe6e428af957500b1d61a171c /java/jdk15 | |
parent | 3b602210acda290149ab29547b0ce76bc893b324 (diff) | |
download | ports-cf9cd6b666302145053f6b2a66d9b2e36d42311d.tar.gz ports-cf9cd6b666302145053f6b2a66d9b2e36d42311d.zip |
. When we update the time zone data, delete the temporary copy of the old
data created by the update tool.
Notes
Notes:
svn path=/head/; revision=186628
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: |