diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-10-24 23:44:07 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-10-24 23:44:07 +0000 |
commit | a00e493b52a31c5410107e58ac383a4a4e777f64 (patch) | |
tree | 254345c284ef062dc08363f5e1b5bbf427e865a3 /editors/openoffice-3-devel | |
parent | Update 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>
Diffstat (limited to 'editors/openoffice-3-devel')
-rw-r--r-- | editors/openoffice-3-devel/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/editors/openoffice-3-devel/Makefile b/editors/openoffice-3-devel/Makefile index 602d7e42d327..1c285c511f1d 100644 --- a/editors/openoffice-3-devel/Makefile +++ b/editors/openoffice-3-devel/Makefile @@ -360,12 +360,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/pkg-message ${WRKDIR}/mozilla .endif @cd ${WRKDIR}/mozilla && ${MAKE} extract WRKDIRPREFIX="" |