aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice.org-1.0/Makefile
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2003-07-02 21:00:12 +0000
committerMartin Blapp <mbr@FreeBSD.org>2003-07-02 21:00:12 +0000
commit104f4e8e7106f0ac4c4e7218e4a847b76f10deb2 (patch)
treee1da09804e29ca43bc696a8fb9d1de05d8591729 /editors/openoffice.org-1.0/Makefile
parent06c629c6de34eada5ed4a0a784d1b55894949233 (diff)
downloadports-104f4e8e7106f0ac4c4e7218e4a847b76f10deb2.tar.gz
ports-104f4e8e7106f0ac4c4e7218e4a847b76f10deb2.zip
Mozilla-vendor has been removed. Download the 1.02 port from freefall,
since we depend exactly on this version. PR: 54035 Submitted by: Chris Shenton <chris@Shenton.Org>
Notes
Notes: svn path=/head/; revision=84077
Diffstat (limited to 'editors/openoffice.org-1.0/Makefile')
-rw-r--r--editors/openoffice.org-1.0/Makefile14
1 files changed, 3 insertions, 11 deletions
diff --git a/editors/openoffice.org-1.0/Makefile b/editors/openoffice.org-1.0/Makefile
index 3d3f99cf4351..d0cb66933ac8 100644
--- a/editors/openoffice.org-1.0/Makefile
+++ b/editors/openoffice.org-1.0/Makefile
@@ -18,7 +18,8 @@ MASTER_SITES+= http://ny1.mirror.openoffice.org/%SUBDIR%/ \
http://people.freebsd.org/~mbr/ooo/:moz
MASTER_SITE_SUBDIR= stable/${PORTVERSION}
DISTFILES+= OOo_${PORTVERSION}_source.tar.bz2 \
- gpc231.tar.Z:gpc patch-openoffice-mozilla101-2002-10-14:moz
+ gpc231.tar.Z:gpc patch-openoffice-mozilla101-2002-10-14:moz \
+ mozilla-vendor-1.0.2.tgz:moz
.if defined(L10NHELP)
DISTFILES+= ${L10NHELP:S/$/:help/}
.endif
@@ -445,16 +446,7 @@ fix-gnomewrappers:
extract-mozilla:
.if ! exists(${WRKDIR}/mozilla/Makefile)
@${ECHO_MSG} "===> Extracting mozilla sub project"
- @${MKDIR} ${WRKDIR}/mozilla
- @${CP} -r ${PORTSDIR}/www/mozilla-vendor/files ${WRKDIR}/mozilla
- @${CP} ${PORTSDIR}/www/mozilla-vendor/Makefile ${WRKDIR}/mozilla
- @${CP} ${PORTSDIR}/www/mozilla-vendor/distinfo ${WRKDIR}/mozilla
-
-.if exists(${PORTSDIR}/www/mozilla-vendor/pkg-comment)
- @${CP} ${PORTSDIR}/www/mozilla-vendor/pkg-comment ${WRKDIR}/mozilla
-.endif
- @${CP} ${PORTSDIR}/www/mozilla-vendor/pkg-descr ${WRKDIR}/mozilla
- @${CP} ${PORTSDIR}/www/mozilla-vendor/pkg-message ${WRKDIR}/mozilla
+ @cd ${WRKDIR} && tar -xzf ${DISTDIR}/${DIST_SUBDIR}/mozilla-vendor-1.0.2.tgz
.endif
@cd ${WRKDIR}/mozilla && ${MAKE} extract WRKDIRPREFIX=""