diff options
author | Doug Barton <dougb@FreeBSD.org> | 2003-03-05 14:46:35 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2003-03-05 14:46:35 +0000 |
commit | cb53c632e884a501307a133b55696463d1f43044 (patch) | |
tree | 9cc3ffae251273218005447425e2415a585f815b /mail/pine4/files/patch-au | |
parent | Fix breakage introduced by commits to bsd.port.mk (diff) |
* 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
Notes
Notes:
svn path=/head/; revision=76941
Diffstat (limited to 'mail/pine4/files/patch-au')
-rw-r--r-- | mail/pine4/files/patch-au | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/mail/pine4/files/patch-au b/mail/pine4/files/patch-au deleted file mode 100644 index cadbf04c6cb5..000000000000 --- a/mail/pine4/files/patch-au +++ /dev/null @@ -1,27 +0,0 @@ -*** doc/pine.1.orig Fri Jun 22 16:47:06 2001 ---- doc/pine.1 Fri Sep 28 00:29:20 2001 -*************** -*** 329,339 **** - .br - /etc/mime.types System-wide file ext. to MIME type mapping - .br -! /usr/local/lib/pine.info Local pointer to system administrator. - .br -! /usr/local/lib/pine.conf System-wide configuration file. - .br -! /usr/local/lib/pine.conf.fixed Non-overridable configuration file. - .br - /tmp/.\\usr\\spool\\mail\\xxxx Per-folder mailbox lock files. - .br ---- 329,339 ---- - .br - /etc/mime.types System-wide file ext. to MIME type mapping - .br -! @@PREFIX@@/etc/pine.info Local pointer to system administrator. - .br -! @@PREFIX@@/etc/pine.conf System-wide configuration file. - .br -! @@PREFIX@@/etc/pine.conf.fixed Non-overridable configuration file. - .br - /tmp/.\\usr\\spool\\mail\\xxxx Per-folder mailbox lock files. - .br |