diff options
author | Bill Fumerola <billf@FreeBSD.org> | 2000-04-14 19:53:25 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 2000-04-14 19:53:25 +0000 |
commit | aa16e93c2ab8764323dda6d1cafaf1b265bf2acf (patch) | |
tree | 9efc946032b548043a53cf808a0ff2efb2c53b01 /editors/openoffice.org-3/Makefile | |
parent | d28a4ecbc3316c9e222e4c09b09f56167617fa55 (diff) | |
download | ports-aa16e93c2ab8764323dda6d1cafaf1b265bf2acf.tar.gz ports-aa16e93c2ab8764323dda6d1cafaf1b265bf2acf.zip |
Notes
Diffstat (limited to 'editors/openoffice.org-3/Makefile')
-rw-r--r-- | editors/openoffice.org-3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/openoffice.org-3/Makefile b/editors/openoffice.org-3/Makefile index 35ee080456e7..cbe4b941e920 100644 --- a/editors/openoffice.org-3/Makefile +++ b/editors/openoffice.org-3/Makefile @@ -64,9 +64,9 @@ do-install: @${CP} /compat/linux/etc/ld.so.conf ${TMPDIR}/ld.so.conf.tmp @${ECHO} "${WRKDIR}/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 + @PATH=${PATH}:${TMPDIR}/sv001.tmp:/compat/linux/tmp/sv001.tmp:/compat/linux/tmp:/tmp + @LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${TMPDIR}:${WRKDIR}/tmp:/usr/lib:/lib:/tmp:/compat/linux/lib + @/compat/linux/sbin/ldconfig -f ${TMPDIR}/ld.so.conf.tmp @${CAT} ${PKGDIR}/MESSAGE @-TEMP=${TMPDIR} ${WRKDIR}/so51inst/office51/setup /net |