diff options
author | markd <markd@pkgsrc.org> | 2006-05-15 11:48:12 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2006-05-15 11:48:12 +0000 |
commit | 6ce25b1ac7e3912b3357dd758302299ebf1f9acc (patch) | |
tree | 7699e3a90290e66c585cbe0bd3a221d146669a4f /editors/emacs/Makefile | |
parent | 9155d34a20e5b1494b02a0c413fdb05e1fc49864 (diff) | |
download | pkgsrc-6ce25b1ac7e3912b3357dd758302299ebf1f9acc.tar.gz |
Fix sort-columns function.
NetBSD sort objects to setting the field separator to the same value as
the record separator. Since in this case the surrounding code guarantees
there will be no tabs in the input set the field separator to tab.
Bump PKGREVISION.
Diffstat (limited to 'editors/emacs/Makefile')
-rw-r--r-- | editors/emacs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index 6d35cc98c05..8ee9a38a8f5 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.94 2006/04/17 13:46:22 wiz Exp $ +# $NetBSD: Makefile,v 1.95 2006/05/15 11:48:12 markd Exp $ DISTNAME= emacs-${EMACSVERSION}a -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= editors COMMENT= GNU editing macros (editor) |