summaryrefslogtreecommitdiff
path: root/editors/openoffice-1.0
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-10-24 23:44:07 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-10-24 23:44:07 +0000
commita00e493b52a31c5410107e58ac383a4a4e777f64 (patch)
tree254345c284ef062dc08363f5e1b5bbf427e865a3 /editors/openoffice-1.0
parentUpdate to 1.5.8. (diff)
Mozilla 1.01 has not moved to mozilla-vendor port. Fix this,
and remove the pkg_plist reference. Submitted by: Marc Williams <mw@uk.yahoo-inc.com>
Notes
Notes: svn path=/head/; revision=68759
Diffstat (limited to 'editors/openoffice-1.0')
-rw-r--r--editors/openoffice-1.0/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/editors/openoffice-1.0/Makefile b/editors/openoffice-1.0/Makefile
index c61755f48146..6c1452be4994 100644
--- a/editors/openoffice-1.0/Makefile
+++ b/editors/openoffice-1.0/Makefile
@@ -357,12 +357,12 @@ extract-mozilla:
.if ! exists(${WRKDIR}/mozilla/Makefile)
@${ECHO_MSG} "===> Extracting mozilla sub project"
@${MKDIR} ${WRKDIR}/mozilla
- @${CP} -r ${PORTSDIR}/www/mozilla/files ${WRKDIR}/mozilla
- @${CP} ${PORTSDIR}/www/mozilla/Makefile ${WRKDIR}/mozilla
- @${CP} ${PORTSDIR}/www/mozilla/distinfo ${WRKDIR}/mozilla
- @${CP} ${PORTSDIR}/www/mozilla/pkg-comment ${WRKDIR}/mozilla
- @${CP} ${PORTSDIR}/www/mozilla/pkg-descr ${WRKDIR}/mozilla
- @${CP} ${PORTSDIR}/www/mozilla/pkg-plist ${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
+ @${CP} ${PORTSDIR}/www/mozilla-vendor/pkg-comment ${WRKDIR}/mozilla
+ @${CP} ${PORTSDIR}/www/mozilla-vendor/pkg-descr ${WRKDIR}/mozilla
+ @${CP} ${PORTSDIR}/www/mozilla-vendor/pkg-message ${WRKDIR}/mozilla
.endif
@cd ${WRKDIR}/mozilla && ${MAKE} extract WRKDIRPREFIX=""