aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2.0-devel/Makefile
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2003-08-12 09:25:55 +0000
committerMartin Blapp <mbr@FreeBSD.org>2003-08-12 09:25:55 +0000
commit089408aaea88554273bf4ba62d735171d6fffabb (patch)
tree70fd797dc687a5df0c38ba684d33b28ca5fcf20d /editors/openoffice.org-2.0-devel/Makefile
parent35fb880a9c8ac46c140eeb6ec43d66f0c4f380c1 (diff)
downloadports-089408aaea88554273bf4ba62d735171d6fffabb.tar.gz
ports-089408aaea88554273bf4ba62d735171d6fffabb.zip
Make mozilla-vendor compile with gcc 3.3.1
PR: 55147 Submitted by: Jens Rehsack <rehsack@liwing.de>
Notes
Notes: svn path=/head/; revision=86802
Diffstat (limited to 'editors/openoffice.org-2.0-devel/Makefile')
-rw-r--r--editors/openoffice.org-2.0-devel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice.org-2.0-devel/Makefile b/editors/openoffice.org-2.0-devel/Makefile
index 4e5d45387529..8c3e09ad4969 100644
--- a/editors/openoffice.org-2.0-devel/Makefile
+++ b/editors/openoffice.org-2.0-devel/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=""