summaryrefslogtreecommitdiff
path: root/editors/leim/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/leim/Makefile')
-rw-r--r--editors/leim/Makefile13
1 files changed, 6 insertions, 7 deletions
diff --git a/editors/leim/Makefile b/editors/leim/Makefile
index 494bb425119..35bbb862afd 100644
--- a/editors/leim/Makefile
+++ b/editors/leim/Makefile
@@ -1,22 +1,21 @@
-# $NetBSD: Makefile,v 1.8 2003/03/29 12:40:43 jmmv Exp $
+# $NetBSD: Makefile,v 1.9 2003/04/11 01:15:51 uebayasi Exp $
DISTNAME= leim-${VERSION}
-PKGREVISION= 2
-WRKSRC= ${WRKDIR}/emacs-20.7/leim
+WRKSRC= ${WRKDIR}/emacs-21.2/leim
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_GNU:=emacs/}
DISTFILES= emacs-${VERSION}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.gnu.org/software/emacs/emacs.html
-COMMENT= Libraries of Emacs Input Methods
+COMMENT= Libraries of Emacs Input Methods (for emacs21)
-DEPENDS+= emacs-${VERSION}nb2:../emacs
+DEPENDS+= emacs-${VERSION}:../emacs
GNU_CONFIGURE= yes
USE_GMAKE= yes
-VERSION= 20.7
+VERSION= 21.2
post-extract:
@${ECHO} '#!/bin/sh' >${WRKSRC}/configure
@@ -27,6 +26,6 @@ post-extract:
.include "../../mk/bsd.prefs.mk"
post-install:
- @${CHOWN} -R ${ROOT_USER} ${PREFIX}/share/emacs/20.7/leim
+ @${CHOWN} -R ${ROOT_USER} ${PREFIX}/share/emacs/21.2/leim
.include "../../mk/bsd.pkg.mk"