diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2003-01-11 16:44:29 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2003-01-11 16:44:29 +0000 |
commit | bed941226729306869f9c0766f83db5920ee3ad2 (patch) | |
tree | 1685bf5494fb338f55cee96a4d1755ba91cc2687 /editors/emacs/Makefile | |
parent | 849dbc660f98d51fbbdb3e083c1c43548769a845 (diff) | |
download | pkgsrc-bed941226729306869f9c0766f83db5920ee3ad2.tar.gz |
Apply an unofficial MULE 4.1 patch included in Mule-UCS 0.80. This also fixes
a CCL interpretor bug.
Bump revision.
Diffstat (limited to 'editors/emacs/Makefile')
-rw-r--r-- | editors/emacs/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index 550980e34bc..8f2276fb016 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -1,10 +1,14 @@ -# $NetBSD: Makefile,v 1.48 2002/09/24 00:37:01 uebayasi Exp $ +# $NetBSD: Makefile,v 1.49 2003/01/11 16:44:29 uebayasi Exp $ # FreeBSD Id: Makefile,v 1.30 1997/12/14 02:03:53 asami Exp DISTNAME= emacs-20.7 +PKGREVISION= 1 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GNU:=emacs/} +PATCHFILES= emacs-20.7-mule-4.1.patch.txt +PATCH_DIST_STRIP= -p1 + MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/emacs/emacs.html COMMENT= GNU editing macros (editor) |