diff options
author | mbr <mbr@FreeBSD.org> | 2003-08-12 17:25:55 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2003-08-12 17:25:55 +0800 |
commit | 3745c9a558580c9aca65aa89a97a473a97ef58fd (patch) | |
tree | edba46f3f4c94f18eb78d6f1515942b4d67b13df /editors/openoffice.org-2-RC/Makefile | |
parent | e341a8ace593055b5f951ebec7e9a2411e9cb0c0 (diff) | |
download | freebsd-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/Makefile | 4 |
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="" |