aboutsummaryrefslogtreecommitdiff
path: root/print/auctex
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2019-08-14 12:14:42 +0000
committerMathieu Arnold <mat@FreeBSD.org>2019-08-14 12:14:42 +0000
commitd2f3167e02df98ddbed29cbbc2c5ada42eb80e27 (patch)
tree3101a230df47611cc95ad8967b10bbb3f58fa7eb /print/auctex
parent024d6916f9a805387a7b2d7ebffca6e633692b45 (diff)
downloadports-d2f3167e02df98ddbed29cbbc2c5ada42eb80e27.tar.gz
ports-d2f3167e02df98ddbed29cbbc2c5ada42eb80e27.zip
Convert to UCL & cleanup pkg-message (categories [p-r])
Notes
Notes: svn path=/head/; revision=508908
Diffstat (limited to 'print/auctex')
-rw-r--r--print/auctex/files/pkg-message.in10
1 files changed, 7 insertions, 3 deletions
diff --git a/print/auctex/files/pkg-message.in b/print/auctex/files/pkg-message.in
index b1d48843ada9..6365c6208765 100644
--- a/print/auctex/files/pkg-message.in
+++ b/print/auctex/files/pkg-message.in
@@ -1,5 +1,6 @@
-Customizing
-===========
+[
+{ type: install
+ message: <<EOM
You should edit the file
`%%PREFIX%%/share/emacs/site-lisp/tex-site.el' to fit your local site.
You do this by looking at the customization section in the beginning
@@ -13,11 +14,14 @@ all your customizations.
You probably want to copy and edit `TeX-printer-list' to contain the
printers available at your site.
+
Enabling AUC TeX
-================
You can now tell your users to enable AUC TeX by adding
(load "auctex.el" nil t t)
(load "preview-latex.el" nil t t)
to their `~/.emacs' file.
+EOM
+}
+]