diff options
author | mbr <mbr@FreeBSD.org> | 2002-10-25 07:44:07 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-10-25 07:44:07 +0800 |
commit | 9b6f27e1b08d54e83d80d30181a2c703c19fb449 (patch) | |
tree | ba7a208141107e150230b9f1ded533c40e63a575 /editors/openoffice-3-devel | |
parent | d5f2fd9fd5ae9e8c521e2d03bc1a33b3e8751315 (diff) | |
download | freebsd-ports-gnome-9b6f27e1b08d54e83d80d30181a2c703c19fb449.tar.gz freebsd-ports-gnome-9b6f27e1b08d54e83d80d30181a2c703c19fb449.tar.zst freebsd-ports-gnome-9b6f27e1b08d54e83d80d30181a2c703c19fb449.zip |
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="" |