diff options
author | maho <maho@FreeBSD.org> | 2007-01-07 23:50:50 +0000 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2007-01-07 23:50:50 +0000 |
commit | 7bb2932e2da79ed5c643cbd06a273c67fb59b16c (patch) | |
tree | e02bf3e99edc40ce50b649bbe405c34d810a88c4 /editors/openoffice-3-devel | |
parent | 718ebfb050cabbb923744b2f9dbcd188108022ba (diff) | |
download | FreeBSD-ports-7bb2932e2da79ed5c643cbd06a273c67fb59b16c.zip FreeBSD-ports-7bb2932e2da79ed5c643cbd06a273c67fb59b16c.tar.gz |
WRKDIR->WRKSRC
Diffstat (limited to 'editors/openoffice-3-devel')
-rw-r--r-- | editors/openoffice-3-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice-3-devel/Makefile b/editors/openoffice-3-devel/Makefile index d33637f..7ba73de 100644 --- a/editors/openoffice-3-devel/Makefile +++ b/editors/openoffice-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 - |