diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-08-15 03:02:19 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-08-15 03:02:19 +0000 |
commit | c672907a5360274b8347c33544eba92c3ccb5cb6 (patch) | |
tree | f48f5fb95f1e85cdc777c97898301fba38231e23 /textproc/ruby-rdtool/Makefile | |
parent | 597e8a3a90151d548ac0098ffc8c91eb3fa16fb1 (diff) | |
download | ports-c672907a5360274b8347c33544eba92c3ccb5cb6.tar.gz ports-c672907a5360274b8347c33544eba92c3ccb5cb6.zip |
Add MESSAGE to instruct how to use rd-mode in Emacs/XEmacs.
Notes
Notes:
svn path=/head/; revision=31646
Diffstat (limited to 'textproc/ruby-rdtool/Makefile')
-rw-r--r-- | textproc/ruby-rdtool/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/ruby-rdtool/Makefile b/textproc/ruby-rdtool/Makefile index bb03c7b4402e..558e81a75ee8 100644 --- a/textproc/ruby-rdtool/Makefile +++ b/textproc/ruby-rdtool/Makefile @@ -79,5 +79,6 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/ruby/rd/ja/ .endfor .endif + @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> |