aboutsummaryrefslogtreecommitdiffstats
path: root/editors/openoffice-3
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2007-01-08 07:50:50 +0800
committermaho <maho@FreeBSD.org>2007-01-08 07:50:50 +0800
commit7bb2932e2da79ed5c643cbd06a273c67fb59b16c (patch)
treee02bf3e99edc40ce50b649bbe405c34d810a88c4 /editors/openoffice-3
parent718ebfb050cabbb923744b2f9dbcd188108022ba (diff)
downloadfreebsd-ports-gnome-7bb2932e2da79ed5c643cbd06a273c67fb59b16c.tar.gz
freebsd-ports-gnome-7bb2932e2da79ed5c643cbd06a273c67fb59b16c.tar.zst
freebsd-ports-gnome-7bb2932e2da79ed5c643cbd06a273c67fb59b16c.zip
WRKDIR->WRKSRC
Diffstat (limited to 'editors/openoffice-3')
-rw-r--r--editors/openoffice-3/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice-3/Makefile b/editors/openoffice-3/Makefile
index 1dbe3412c0d5..a2f006a1eef8 100644
--- a/editors/openoffice-3/Makefile
+++ b/editors/openoffice-3/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 -