summaryrefslogtreecommitdiff
path: root/editors/openoffice-1.0
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-10-09 09:10:28 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-10-09 09:10:28 +0000
commit0ecfe127ff0b5ec4e42513a430d54c7c15b3ee30 (patch)
tree8fdc6ecfc7c79a891062d0fa4be150070d864586 /editors/openoffice-1.0
parentUse gcc3.2 port to build for STABLE too. (diff)
Fix two misplaced ${WRKDIRPREFIX}="" defines which broke the build for
read only mounted ports three with WRKDIRPREFIX set. PR: 43374
Notes
Notes: svn path=/head/; revision=67690
Diffstat (limited to 'editors/openoffice-1.0')
-rw-r--r--editors/openoffice-1.0/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice-1.0/Makefile b/editors/openoffice-1.0/Makefile
index 600abd4a6da5..a8019a759703 100644
--- a/editors/openoffice-1.0/Makefile
+++ b/editors/openoffice-1.0/Makefile
@@ -289,7 +289,7 @@ post-extract:
done
@${CP} ${WRKDIR}/gpc231/gpc.c ${WRKSRC}/../external/gpc/
@${CP} ${WRKDIR}/gpc231/gpc.h ${WRKSRC}/../external/gpc/
- @${MAKE} extract-mozilla WRKDIRPREFIX=""
+ @${MAKE} extract-mozilla
@-${RM} ${WRKSRC}/../moz/zipped/*.zip
.if defined(L10NHELP)
@${ECHO_MSG} "===> Extracting L10NHELP sub project"
@@ -299,7 +299,7 @@ post-extract:
.endif
post-patch:
- @${MAKE} patch-mozilla WRKDIRPREFIX=""
+ @${MAKE} patch-mozilla
.if defined(WITH_TTF_BYTECODE_ENABLED)
@if [ "`echo ${PATCHDIR}/optpatch-*`" != "${PATCHDIR}/optpatch-*" ]; then \
${ECHO_MSG} "===> Applying additional TTF bytecode patches for ${PKGNAME}" ; \