diff options
author | wiz <wiz@pkgsrc.org> | 2005-12-03 11:12:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-12-03 11:12:28 +0000 |
commit | 9eb2fc2cc42fd563fdf3f8157d80fdb6efc74472 (patch) | |
tree | 6793b8945f5372863859bb4f3e29848ab75ba358 /print/auctex | |
parent | 19848f7a257714e23f93fa6453c4a208ed351a43 (diff) | |
download | pkgsrc-9eb2fc2cc42fd563fdf3f8157d80fdb6efc74472.tar.gz |
LISPDIR already includes PREFIX. Noted by Pavel Cahyna in PR 32223.
Diffstat (limited to 'print/auctex')
-rw-r--r-- | print/auctex/MESSAGE | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/auctex/MESSAGE b/print/auctex/MESSAGE index e9d4d05a61c..07d6e8701a8 100644 --- a/print/auctex/MESSAGE +++ b/print/auctex/MESSAGE @@ -1,9 +1,9 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.4 2005/10/15 20:11:35 tonio Exp $ +$NetBSD: MESSAGE,v 1.5 2005/12/03 11:12:28 wiz Exp $ To customize AUC TeX you will need to edit the file - `${PREFIX}/${LISPDIR}/tex-site.el' + `${LISPDIR}/tex-site.el' in the site lisp directory. Add the parts of `tex.el' (in the `auctex' subdirectory) which need to be changed to `tex-site.el'. This |