summaryrefslogtreecommitdiff
path: root/editors/emacs22/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/emacs22/Makefile')
-rw-r--r--editors/emacs22/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/emacs22/Makefile b/editors/emacs22/Makefile
index 7c0d4579d819..af91593658ae 100644
--- a/editors/emacs22/Makefile
+++ b/editors/emacs22/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: GNU emacs
-# Version required: 19.30
+# Version required: 19.34
# Date created: 29 October 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.18 1995/12/01 09:34:40 asami Exp $
+# $Id: Makefile,v 1.19 1996/06/07 09:41:20 jkh Exp $
#
-DISTNAME= emacs-19.31
+DISTNAME= emacs-19.34
CATEGORIES+= editors
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
@@ -19,7 +19,7 @@ post-install:
gzip -9nf ${PREFIX}/man/man1/emacs.1
gzip -9nf ${PREFIX}/man/man1/etags.1
gzip -9nf ${PREFIX}/man/man1/ctags.1
- for file in emacs-19.31 emacsclient etags ctags b2m; do \
+ for file in emacs-19.34 emacsclient etags ctags b2m; do \
strip ${PREFIX}/bin/$$file; \
done