freebsd-ports/mail/pine4/files/patch-an
Doug Barton cb53c632e8 * Don't do patch + sed for PREFIX-related changes, just use sed in one pass
* Update to Makefile COMMENT
* Take advantage of pkg-message to hit both ports and package installs
* Thanks to work done by winter to make ispell do reasonable things when
invoked as 'spell', properly define the speller for pico, and add a default
speller for the pine.conf. The reason for the latter is to take advantage of
the (arguably) superior behavior of ispell when files are piped to it.
* Do to the speller updates, grow a dependency on ispell and bump the revision.
* Add readme and copyright to portdocs
2003-03-05 14:46:35 +00:00

31 lines
941 B
Text

*** pico/osdep/os-bsf.h.orig Wed Feb 7 14:53:26 2001
--- pico/osdep/os-bsf.h Wed Mar 5 04:24:00 2003
***************
*** 153,165 ****
/*
* Place where mail gets delivered (for pico's new mail checking)
*/
! #define MAILDIR "/usr/spool/mail"
/*
* What and where the tool that checks spelling is located. If this is
* undefined, then the spelling checker is not compiled into pico.
*/
! #define SPELLER "/usr/bin/spell"
#ifdef MOUSE
#define XTERM_MOUSE_ON "\033[?1000h" /* DECSET with parm 1000 */
--- 153,165 ----
/*
* Place where mail gets delivered (for pico's new mail checking)
*/
! #define MAILDIR "/var/mail"
/*
* What and where the tool that checks spelling is located. If this is
* undefined, then the spelling checker is not compiled into pico.
*/
! #define SPELLER "@@PREFIX@@/bin/spell"
#ifdef MOUSE
#define XTERM_MOUSE_ON "\033[?1000h" /* DECSET with parm 1000 */