diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-11-20 13:07:45 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-11-20 13:07:45 +0000 |
commit | e1dc354541a9f5d8be520797d0e72cb7dfaf4c0d (patch) | |
tree | 895eb4c506c9816ae02fba53db889e54341a3f6b /x11-fm/nautilus | |
parent | 8d8ae7ba6beebf9408646d8f985bc681e68583c7 (diff) | |
download | ports-e1dc354541a9f5d8be520797d0e72cb7dfaf4c0d.tar.gz ports-e1dc354541a9f5d8be520797d0e72cb7dfaf4c0d.zip |
Tech gnome-session how to set-up a LD_LIBRARY_PATH, so that mozilla
component of nautilus Just Works[tm], without the need to customize
environment. Remove appropriate comment from post-install section
of nautilus' Makefile.
Notes
Notes:
svn path=/head/; revision=50254
Diffstat (limited to 'x11-fm/nautilus')
-rw-r--r-- | x11-fm/nautilus/Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/x11-fm/nautilus/Makefile b/x11-fm/nautilus/Makefile index 848db451f7d8..65aa43474bff 100644 --- a/x11-fm/nautilus/Makefile +++ b/x11-fm/nautilus/Makefile @@ -64,14 +64,4 @@ pre-patch: 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' -.if !defined(WITHOUT_MOZILLA) -post-install: - @${ECHO} "" - @${ECHO} "To be able view WWW pages and HTML documents from Nautilus please" - @${ECHO} "add the following into your environment:" - @${ECHO} "" - @${ECHO} " LD_LIBRARY_PATH=${X11BASE}/lib/mozilla-embedded" - @${ECHO} "" -.endif - .include <bsd.port.mk> |