summaryrefslogtreecommitdiff
path: root/x11-fm/nautilus2
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-11-07 19:47:42 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-11-07 19:47:42 +0000
commitd11078ba78e15de0a4aeb727c2d186903ff6346a (patch)
treebabea6c90f4d5b5cb6983ba7849c8a0aa27084e6 /x11-fm/nautilus2
parentMove PORTREVISION from its master-port because it does not need for the other (diff)
After installation display an short instruction on how to get Mozilla
component working in Nautilus.
Notes
Notes: svn path=/head/; revision=49817
Diffstat (limited to 'x11-fm/nautilus2')
-rw-r--r--x11-fm/nautilus2/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-fm/nautilus2/Makefile b/x11-fm/nautilus2/Makefile
index b2fe3c87b777..c41021393cb1 100644
--- a/x11-fm/nautilus2/Makefile
+++ b/x11-fm/nautilus2/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>