diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2007-07-11 02:43:08 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2007-07-11 02:43:08 +0000 |
commit | 032b7b7d95fb6b896eb8a1be036b44266c112789 (patch) | |
tree | c993790a6b6444fc864e37902c7425f8fcb75012 /java/diablo-jre15 | |
parent | 1b542b7328bd80d2a7e8353cff138625bc074ccf (diff) |
. Unpack the timezone update in post-extract since unzip is only an
EXTRACT_DEPENDS, but keep the actual update in pre-install.
Pointed out by: pav
Notes
Notes:
svn path=/head/; revision=195395
Diffstat (limited to 'java/diablo-jre15')
-rw-r--r-- | java/diablo-jre15/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/java/diablo-jre15/Makefile b/java/diablo-jre15/Makefile index 720c961f98a4..65ff5109b08c 100644 --- a/java/diablo-jre15/Makefile +++ b/java/diablo-jre15/Makefile @@ -101,8 +101,10 @@ time zone update file, ${TZUPDATEFILE}.\n\n .endif .if defined(WITH_TZUPDATE) -pre-install: +post-extract: @${UNZIP_CMD} -qo ${DISTDIR}/${TZUPDATEFILE} -d ${WRKDIR} + +pre-install: @# Update time zones @-${WRKSRC}/bin/java -jar \ ${WRKDIR}/tzupdater-${TZUPDATE_VERSION}-${TZUPDATE_TZVERSION}/tzupdater.jar -u -bc |