diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-01-07 23:50:50 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-01-07 23:50:50 +0000 |
commit | 3d912b8254ee4ea4d9ffe1f470b2636d33a141cc (patch) | |
tree | cec1f572d47238c5a1fcb0f855fc8a3e4dac77de /editors/openoffice.org-3-devel | |
parent | 400ced91c9ee2226701fb55ceb3f18f1ee2cb9e6 (diff) | |
download | ports-3d912b8254ee4ea4d9ffe1f470b2636d33a141cc.tar.gz ports-3d912b8254ee4ea4d9ffe1f470b2636d33a141cc.zip |
Notes
Diffstat (limited to 'editors/openoffice.org-3-devel')
-rw-r--r-- | editors/openoffice.org-3-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice.org-3-devel/Makefile b/editors/openoffice.org-3-devel/Makefile index d33637f74c1b..7ba73de1b522 100644 --- a/editors/openoffice.org-3-devel/Makefile +++ b/editors/openoffice.org-3-devel/Makefile @@ -220,7 +220,7 @@ pre-everything:: post-extract: @${CP} ${DISTDIR}/${DIST_SUBDIR}/unowinreg.dll ${WRKSRC}/external/unowinreg/ .if defined(WITH_CWS) - cd ${WRKDIR} ; ${TAR} xvfz ${DISTDIR}/${DIST_SUBDIR}/${CWSARCHIVE} + cd ${WRKSRC} ; ${TAR} xvfz ${DISTDIR}/${DIST_SUBDIR}/${CWSARCHIVE} .endif .if defined(WITH_GNUGCJ) @cd ${WRKDIR} ; ${CAT} ${DISTDIR}/${DIST_SUBDIR}/${ANT_DISTFILE} | ${BZIP2_CMD} -d | ${TAR} xf - |