diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-11-07 19:47:42 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-11-07 19:47:42 +0000 |
commit | d11078ba78e15de0a4aeb727c2d186903ff6346a (patch) | |
tree | babea6c90f4d5b5cb6983ba7849c8a0aa27084e6 /x11-fm/nautilus | |
parent | Move 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/nautilus')
-rw-r--r-- | x11-fm/nautilus/Makefile | 10 |
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> |