Revision
70871
Author
snc@macports.org
Date
2010-08-24 08:42:16 -0700 (Tue, 24 Aug 2010)

Log Message

ui_msg to notes

Modified Paths

Diff

Modified: trunk/dports/editors/auctex/Portfile (70870 => 70871)


--- trunk/dports/editors/auctex/Portfile	2010-08-24 15:20:19 UTC (rev 70870)
+++ trunk/dports/editors/auctex/Portfile	2010-08-24 15:42:16 UTC (rev 70871)
@@ -41,8 +41,5 @@
 	configure.args-append --with-texmf-dir=/usr/local/texlive/texmf-local
 }
 
-post-activate {
-	ui_msg "To use this, put the following into your ~/.emacs:"
-	ui_msg "(require 'tex-site)"
-}
-
+notes "To use this, put the following into your ~/.emacs:\n\
+    (require 'tex-site)"