aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authormbr <mbr@FreeBSD.org>2002-10-09 17:10:28 +0800
committermbr <mbr@FreeBSD.org>2002-10-09 17:10:28 +0800
commit70f18d0b075ede5e1b605644d1208e05b6abe51e (patch)
tree82e5897a6414362b6e56b7dd255f7cb6c3c5b016 /editors
parentf431a6a9391815cf3aa3f7dc032d58f84803e43a (diff)
downloadfreebsd-ports-gnome-70f18d0b075ede5e1b605644d1208e05b6abe51e.tar.gz
freebsd-ports-gnome-70f18d0b075ede5e1b605644d1208e05b6abe51e.tar.zst
freebsd-ports-gnome-70f18d0b075ede5e1b605644d1208e05b6abe51e.zip
Fix two misplaced ${WRKDIRPREFIX}="" defines which broke the build for
read only mounted ports three with WRKDIRPREFIX set. PR: 43374
Diffstat (limited to 'editors')
-rw-r--r--editors/openoffice-1.0/Makefile4
-rw-r--r--editors/openoffice.org-1.0/Makefile4
-rw-r--r--editors/openoffice/Makefile4
3 files changed, 6 insertions, 6 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}" ; \
diff --git a/editors/openoffice.org-1.0/Makefile b/editors/openoffice.org-1.0/Makefile
index 600abd4a6da5..a8019a759703 100644
--- a/editors/openoffice.org-1.0/Makefile
+++ b/editors/openoffice.org-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}" ; \
diff --git a/editors/openoffice/Makefile b/editors/openoffice/Makefile
index 600abd4a6da5..a8019a759703 100644
--- a/editors/openoffice/Makefile
+++ b/editors/openoffice/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}" ; \