diff options
author | mbr <mbr@FreeBSD.org> | 2002-10-09 17:10:28 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-10-09 17:10:28 +0800 |
commit | 70f18d0b075ede5e1b605644d1208e05b6abe51e (patch) | |
tree | 82e5897a6414362b6e56b7dd255f7cb6c3c5b016 /editors | |
parent | f431a6a9391815cf3aa3f7dc032d58f84803e43a (diff) | |
download | freebsd-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/Makefile | 4 | ||||
-rw-r--r-- | editors/openoffice.org-1.0/Makefile | 4 | ||||
-rw-r--r-- | editors/openoffice/Makefile | 4 |
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}" ; \ |