diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2002-03-19 03:26:27 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2002-03-19 03:26:27 +0000 |
commit | 60282df0753f50bc095b71ddb70ab74a7933acf4 (patch) | |
tree | f562dc2cb54f036f6f8488dcd001a3c2c235a6f0 /editors/emacs21/Makefile | |
parent | Update to 1.8.1 (diff) |
Update to 21.2.
Diffstat (limited to 'editors/emacs21/Makefile')
-rw-r--r-- | editors/emacs21/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/editors/emacs21/Makefile b/editors/emacs21/Makefile index 9e3c514e365f..15c4272b21c6 100644 --- a/editors/emacs21/Makefile +++ b/editors/emacs21/Makefile @@ -6,8 +6,7 @@ # PORTNAME= emacs -PORTVERSION= 21.1 -PORTREVISION= 6 +PORTVERSION= 21.2 CATEGORIES= editors ipv6 MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -25,8 +24,8 @@ USE_XPM= yes .endif .if defined(WITH_MENUBAR_FONTSET) -PATCH_SITES= http://www.nijino.com/ari/patches/ -PATCHFILES= emacs-21.1-fontset-20011109.patch.gz +PATCH_SITES= http://www.nijino.com/ari/emacs/ +PATCHFILES= emacs-21.1-fontset.patch PATCH_DIST_STRIP= -p1 .endif |