diff options
author | Steve Price <steve@FreeBSD.org> | 2000-02-27 15:01:17 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-02-27 15:01:17 +0000 |
commit | 5a1b88b560ec6cc8a0c6ffacd71d5fdd0f13e6b8 (patch) | |
tree | f72a3137a24de1a4bd54e04bf48b26d8ba79a50a /editors/staroffice5 | |
parent | e6f2c8ad26e52ceb6b25b759f884b8d51e309e05 (diff) | |
download | ports-5a1b88b560ec6cc8a0c6ffacd71d5fdd0f13e6b8.tar.gz ports-5a1b88b560ec6cc8a0c6ffacd71d5fdd0f13e6b8.zip |
Notes
Diffstat (limited to 'editors/staroffice5')
-rw-r--r-- | editors/staroffice5/Makefile | 10 | ||||
-rw-r--r-- | editors/staroffice5/pkg-message | 1 |
2 files changed, 4 insertions, 7 deletions
diff --git a/editors/staroffice5/Makefile b/editors/staroffice5/Makefile index 4c82f6ae9197..a13eaf577b8a 100644 --- a/editors/staroffice5/Makefile +++ b/editors/staroffice5/Makefile @@ -9,14 +9,15 @@ DISTNAME= so51a_lnx_01 PKGNAME= staroffice-5.1a CATEGORIES= editors -MASTER_SITES= ftp://ftp.hagenhomes.com/freebsd/files/ \ +MASTER_SITES= http://afug.hypermart.net/files/ \ + http://www.hagenhomes.com/freebsd/files/ \ ftp://ftp.stat.duke.edu/pub/Users/sto/StarOffice51a/ \ ftp://ftp.stardivision.de/pub/support/so51a/nwspatch/unxlnxi/ \ ftp://ftp.stardivision.de/pub/support/so51a/db/unxlnxi/ EXTRACT_SUFX= .tar DISTFILES= applicat.rdb.gz libofa517li.so libsdb517li.so -MAINTAINER= dkwiebe@hagenhomes.com +MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base @@ -62,15 +63,13 @@ post-configure: do-install: @${CP} /compat/linux/etc/ld.so.conf ${TMPDIR}/ld.so.conf.tmp @${ECHO} "${WRKDIR}/tmp" >> ${TMPDIR}/ld.so.conf.tmp - @${ECHO} "${TMPDIR}/sv001.tmp" >> ${TMPDIR}/ld.so.conf.tmp + @${ECHO} "/usr/X11R6/lib" >> ${TMPDIR}/ld.so.conf.tmp @PATH=${PATH}:${TMPDIR}/sv001.tmp:/usr/compat/linux/tmp/sv001.tmp:/usr/compat/linux/tmp:/tmp @LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${TMPDIR}:${WRKDIR}/tmp:/usr/lib:/lib:/tmp:/usr/compat/linux/lib @/usr/compat/linux/sbin/ldconfig -f ${TMPDIR}/ld.so.conf.tmp @${CAT} ${PKGDIR}/MESSAGE @-TEMP=${TMPDIR} ${WRKDIR}/so51inst/office51/setup /net -# A seperate target as we need to be able to run this stuff independantly. -post-install: @${INSTALL_DATA} ${WRKDIR}/applicat.rdb ${PREFIX}/Office51/bin @${INSTALL_DATA} ${_DISTDIR}/libofa517li.so ${PREFIX}/Office51/lib @${INSTALL_DATA} ${_DISTDIR}/libsdb517li.so ${PREFIX}/Office51/lib @@ -79,7 +78,6 @@ post-install: @${PATCH} -s ${PREFIX}/Office51/bin/setup ${FILESDIR}/setup.patch @${PATCH} -s ${PREFIX}/Office51/bin/soffice ${FILESDIR}/soffice.patch @${PERL} -pi -e 's|DefaultDestPath = "${PREFIX}/Office51";|DefaultDestPath = "~/Office51";|' ${PREFIX}/Office51/instdb.ins - @${INSTALL_DATA} ${FILESDIR}/dot.sversionrc /root/.sversionrc install-user: ${PREFIX}/Office51/bin/setup diff --git a/editors/staroffice5/pkg-message b/editors/staroffice5/pkg-message index 1a14bfee9dde..dc497fd93b79 100644 --- a/editors/staroffice5/pkg-message +++ b/editors/staroffice5/pkg-message @@ -5,7 +5,6 @@ Darren Wiebe dkwiebe@hagenhomes.com You will very shortly be done a network install of StarOffice 5.1a. -Once that is done run "make post-install". Once that is done exit X11 and run it again as the user that you usually use. Then run "make install-user" and do a standard workstation install. It will now be ready to use. |