summaryrefslogtreecommitdiff
path: root/editors/emacs22/Makefile
diff options
context:
space:
mode:
authortron <tron>2011-07-21 01:17:42 +0000
committertron <tron>2011-07-21 01:17:42 +0000
commitcc448531e38dbcb606a0c39571b5334c0f2e45da (patch)
treef64d35614fa6d137be0b1dc2f68dd6c9a62c9d95 /editors/emacs22/Makefile
parent056e247b162758e009a6f248730b6818c4930735 (diff)
downloadpkgsrc-cc448531e38dbcb606a0c39571b5334c0f2e45da.tar.gz
Don't install certain input methods whose build is unreliable on
64bit platforms. This fixes PR pkg/39778 by myself.
Diffstat (limited to 'editors/emacs22/Makefile')
-rw-r--r--editors/emacs22/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/editors/emacs22/Makefile b/editors/emacs22/Makefile
index 997dd630bfa..77d097a7872 100644
--- a/editors/emacs22/Makefile
+++ b/editors/emacs22/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.15 2011/07/20 23:29:27 tron Exp $
+# $NetBSD: Makefile,v 1.16 2011/07/21 01:17:42 tron Exp $
PKGNAME?= ${DISTNAME}
COMMENT?= GNU editing macros (editor)
DISTNAME= emacs-22.3
-PKGREVISION= 14
+PKGREVISION= 15
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_GNU:=emacs/}
@@ -74,6 +74,11 @@ post-extract:
cp ${FILESDIR}/dragonfly.h ${WRKSRC}/src/s
${CHMOD} -R go-w ${WRKSRC}
+post-install:
+ cd ${DESTDIR}${PREFIX}/share/emacs/${PKGVERSION_NOREV}/leim/quail && \
+ rm -f CTLau-b5.el CTLau.el PY.el ZIRANMA.el quick-b5.el quick-cns.el \
+ tsang-b5.el tsang-cns.el
+
.include "../../mk/oss.buildlink3.mk"
.include "../../mk/termcap.buildlink3.mk"