aboutsummaryrefslogtreecommitdiffstats
path: root/editors/openoffice.org-2-RC/Makefile
diff options
context:
space:
mode:
authormbr <mbr@FreeBSD.org>2003-08-12 17:25:55 +0800
committermbr <mbr@FreeBSD.org>2003-08-12 17:25:55 +0800
commit3745c9a558580c9aca65aa89a97a473a97ef58fd (patch)
treeedba46f3f4c94f18eb78d6f1515942b4d67b13df /editors/openoffice.org-2-RC/Makefile
parente341a8ace593055b5f951ebec7e9a2411e9cb0c0 (diff)
downloadfreebsd-ports-graphics-3745c9a558580c9aca65aa89a97a473a97ef58fd.tar.gz
freebsd-ports-graphics-3745c9a558580c9aca65aa89a97a473a97ef58fd.tar.zst
freebsd-ports-graphics-3745c9a558580c9aca65aa89a97a473a97ef58fd.zip
Make mozilla-vendor compile with gcc 3.3.1
PR: 55147 Submitted by: Jens Rehsack <rehsack@liwing.de>
Diffstat (limited to 'editors/openoffice.org-2-RC/Makefile')
-rw-r--r--editors/openoffice.org-2-RC/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice.org-2-RC/Makefile b/editors/openoffice.org-2-RC/Makefile
index 4e5d4538752..8c3e09ad496 100644
--- a/editors/openoffice.org-2-RC/Makefile
+++ b/editors/openoffice.org-2-RC/Makefile
@@ -20,7 +20,7 @@ MASTER_SITES+= http://projects.imp.ch/openoffice/%SUBDIR%/ \
MASTER_SITE_SUBDIR= ${PORTVERSION}
DISTFILES+= oo_${PORTVERSION}_src_${SNAPDATE}.tar.bz2 \
gpc231.tar.Z:gpc patch-openoffice-mozilla101-2002-10-14:moz \
- mozilla-vendor-1.0.2.tgz:moz
+ mozilla-vendor-1.0.2a.tgz:moz
.if defined(L10NHELP)
DISTFILES+= ${L10NHELP:S/$/:help/}
.endif
@@ -430,7 +430,7 @@ fix-gnomewrappers:
extract-mozilla:
.if ! exists(${WRKDIR}/mozilla/Makefile)
@${ECHO_MSG} "===> Extracting mozilla sub project"
- @cd ${WRKDIR} && tar -xzf ${DISTDIR}/${DIST_SUBDIR}/mozilla-vendor-1.0.2.tgz
+ @cd ${WRKDIR} && tar -xzf ${DISTDIR}/${DIST_SUBDIR}/mozilla-vendor-1.0.2a.tgz
.endif
@cd ${WRKDIR}/mozilla && ${MAKE} extract WRKDIRPREFIX=""