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 | 4cad3a396ea59eb402af4d327788bab5f6e15cb3 (patch) | |
tree | 7699e3a90290e66c585cbe0bd3a221d146669a4f /editors/emacs-nox11 | |
parent | bcb5cef3903512fa307b99a4b35e1e89d99b1f6f (diff) | |
download | pkgsrc-4cad3a396ea59eb402af4d327788bab5f6e15cb3.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-nox11')
-rw-r--r-- | editors/emacs-nox11/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/emacs-nox11/Makefile b/editors/emacs-nox11/Makefile index 29368dda7ce..a4265394b94 100644 --- a/editors/emacs-nox11/Makefile +++ b/editors/emacs-nox11/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2006/04/05 22:22:16 markd Exp $ +# $NetBSD: Makefile,v 1.22 2006/05/15 11:48:13 markd Exp $ DISTNAME= emacs-${EMACSVERSION}a PKGNAME= emacs-nox11-${EMACSVERSION}a -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= editors COMMENT= GNU editing macros (editor) - non X11 version |