diff options
author | max <max@FreeBSD.org> | 1997-01-04 13:07:22 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-01-04 13:07:22 +0000 |
commit | a00424f4f13fd22b78f212643fddb73a66c8f581 (patch) | |
tree | 70e100225334803cd233e8bd46220251a2d4391c | |
parent | a43bf1b01f301c4d8ff011e9361163a708587f08 (diff) | |
download | FreeBSD-ports-a00424f4f13fd22b78f212643fddb73a66c8f581.zip FreeBSD-ports-a00424f4f13fd22b78f212643fddb73a66c8f581.tar.gz |
Rename files/.{emacs,mosaic-hotlist-default} to
dot.{emacs,mosaic-hotlist-default}.
Install sample files into share/examples/w3 instead of to share/doc/w3.
Use PKG_PREFIX in the installation/deinstallation scripts.
Some Makefile cleanup.
Submitted by: (Kiriyama Kazuhiko) <kiri@kiri.toba-cmt.ac.jp>
-rw-r--r-- | japanese/w3/pkg-descr | 6 | ||||
-rw-r--r-- | japanese/w3/pkg-plist | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/japanese/w3/pkg-descr b/japanese/w3/pkg-descr index 98848a5..2a3de23 100644 --- a/japanese/w3/pkg-descr +++ b/japanese/w3/pkg-descr @@ -3,7 +3,7 @@ w3-2.2.26 package is WWW browser package for emacs. Info path and elisp load path would be set as follows : Info path - /usr/local/info - load path - /usr/local/share/emacs/site-lisp/mew + load path - /usr/local/lib/mule/site-lisp/mew You may be happy by adding following lines to your .emacs file: @@ -12,11 +12,11 @@ You may be happy by adding following lines to your .emacs file: (setq w3-default-homepage "file://localhost/usr/share/doc/handbook/handbook.html") -and copying .mosaic-hotlist-default file from /usr/local/share/doc/w3 +and copying .mosaic-hotlist-default file from /usr/local/share/examples/w3 directory to your home directory. Setting above user environment would be only executed by -/usr/local/share/doc/mew/user-install on your home directory. +/usr/local/share/examples/mew/user-install on your home directory. If you want to get an typesetting manual, copy Makefile and w3.texi from /usr/local/share/doc/w3 and 'make w3.dvi'. diff --git a/japanese/w3/pkg-plist b/japanese/w3/pkg-plist index 3db5072..9be5037 100644 --- a/japanese/w3/pkg-plist +++ b/japanese/w3/pkg-plist @@ -61,10 +61,10 @@ lib/mule/site-lisp/w3/xbm-button.el lib/mule/site-lisp/w3/xbm-button.elc lib/mule/site-lisp/w3/xpm-button.el lib/mule/site-lisp/w3/xpm-button.elc -share/doc/w3/.emacs -share/doc/w3/.mosaic-hotlist-default share/doc/w3/Makefile -share/doc/w3/W3.ad share/doc/w3/clean-cache -share/doc/w3/user-install share/doc/w3/w3.txi +share/doc/w3/W3.ad +share/examples/w3/dot.emacs +share/examples/w3/dot.mosaic-hotlist-default +share/examples/w3/user-install |