summaryrefslogtreecommitdiff
path: root/editors/emacs/Makefile.common
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2006-05-15 11:48:12 +0000
committermarkd <markd@pkgsrc.org>2006-05-15 11:48:12 +0000
commit6ce25b1ac7e3912b3357dd758302299ebf1f9acc (patch)
tree7699e3a90290e66c585cbe0bd3a221d146669a4f /editors/emacs/Makefile.common
parent9155d34a20e5b1494b02a0c413fdb05e1fc49864 (diff)
downloadpkgsrc-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.common')
-rw-r--r--editors/emacs/Makefile.common6
1 files changed, 5 insertions, 1 deletions
diff --git a/editors/emacs/Makefile.common b/editors/emacs/Makefile.common
index 78556a522e9..d9f9e05e181 100644
--- a/editors/emacs/Makefile.common
+++ b/editors/emacs/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.7 2006/03/30 03:44:43 jlam Exp $
+# $NetBSD: Makefile.common,v 1.8 2006/05/15 11:48:12 markd Exp $
MASTER_SITES= ${MASTER_SITE_GNU:=emacs/}
MAINTAINER= markd@NetBSD.org
@@ -70,6 +70,10 @@ post-extract:
${CP} ${FILESDIR}/unexmacosx.c ${WRKSRC}/src
${CP} ${FILESDIR}/sh3el.h ${WRKSRC}/src/m
+# for patch-ba
+post-build:
+ (cd ${WRKSRC}/lisp; ${MAKE_PROGRAM} sort.elc)
+
pre-install:
@${FIND} ${WRKSRC} -type f -name "*.orig" -print | ${XARGS} ${RM} -f