Revision: 91619 https://trac.macports.org/changeset/91619 Author: ryandesign@macports.org Date: 2012-04-06 18:36:27 -0700 (Fri, 06 Apr 2012) Log Message: ----------- vimpager: fix notes Modified Paths: -------------- trunk/dports/sysutils/vimpager/Portfile Modified: trunk/dports/sysutils/vimpager/Portfile =================================================================== --- trunk/dports/sysutils/vimpager/Portfile 2012-04-07 01:35:08 UTC (rev 91618) +++ trunk/dports/sysutils/vimpager/Portfile 2012-04-07 01:36:27 UTC (rev 91619) @@ -23,12 +23,11 @@ build {} destroot.args PREFIX=${prefix} -notes { - To use this tool as as your default PAGER, configure the following in your - shell startup file, for example in your .bashrc: +notes " +To use this tool as as your default PAGER, configure the following in your\ +shell startup file, for example in your .bashrc: - export PAGER=vimpager - alias less=$PAGER - alias zless=$PAGER - -} + export PAGER=vimpager + alias less=\$PAGER + alias zless=\$PAGER +"
participants (1)
-
ryandesign@macports.org