aboutsummaryrefslogtreecommitdiff
path: root/x11-fm/nautilus
diff options
context:
space:
mode:
Diffstat (limited to 'x11-fm/nautilus')
-rw-r--r--x11-fm/nautilus/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-fm/nautilus/Makefile b/x11-fm/nautilus/Makefile
index b2fe3c87b777..c41021393cb1 100644
--- a/x11-fm/nautilus/Makefile
+++ b/x11-fm/nautilus/Makefile
@@ -64,4 +64,14 @@ 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}/mozilla-embedded"
+ @${ECHO} ""
+.endif
+
.include <bsd.port.mk>