diff options
author | Paul Traina <pst@FreeBSD.org> | 1994-10-29 21:49:46 +0000 |
---|---|---|
committer | Paul Traina <pst@FreeBSD.org> | 1994-10-29 21:49:46 +0000 |
commit | 35424948d78c9b511a41ddd9004f789a69b018be (patch) | |
tree | 5ec8ccb23902f7bf87d90ce7307d093474ae9e0a /editors/emacs23 | |
parent | f5cde0d778d63e6715f215df16e4ea49a904ac5b (diff) | |
download | ports-35424948d78c9b511a41ddd9004f789a69b018be.tar.gz ports-35424948d78c9b511a41ddd9004f789a69b018be.zip |
Notes
Diffstat (limited to 'editors/emacs23')
-rw-r--r-- | editors/emacs23/Makefile | 8 | ||||
-rw-r--r-- | editors/emacs23/pkg-comment | 2 | ||||
-rw-r--r-- | editors/emacs23/pkg-plist | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/editors/emacs23/Makefile b/editors/emacs23/Makefile index 6c5ca19a3232..17a62d20eb76 100644 --- a/editors/emacs23/Makefile +++ b/editors/emacs23/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: GNU emacs -# Version required: 19.26 -# Date created: 13 September 1994 +# Version required: 19.27 +# Date created: 29 October 1994 # Whom: jkh # -# $Id: Makefile,v 1.6 1994/09/14 14:11:49 jkh Exp $ +# $Id: Makefile,v 1.7 1994/10/04 15:45:04 jkh Exp $ # -DISTNAME= emacs-19.26 +DISTNAME= emacs-19.27 USE_GMAKE= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= i386--freebsd --prefix=${PREFIX} diff --git a/editors/emacs23/pkg-comment b/editors/emacs23/pkg-comment index 3eb943ba8f48..57a2604d2339 100644 --- a/editors/emacs23/pkg-comment +++ b/editors/emacs23/pkg-comment @@ -1 +1 @@ -GNU Emacs 19.26 text editor binaries +GNU Emacs 19.27 text editor binaries diff --git a/editors/emacs23/pkg-plist b/editors/emacs23/pkg-plist index 00c7c16956cf..648f920a3234 100644 --- a/editors/emacs23/pkg-plist +++ b/editors/emacs23/pkg-plist @@ -2,13 +2,13 @@ bin/ctags bin/b2m bin/rcs-checkin -bin/emacs-19.26 +bin/emacs-19.27 @exec ln -s %D/%F %B/emacs @unexec rm %B/emacs bin/etags bin/emacsclient lib/emacs/site-lisp -lib/emacs/19.26 +lib/emacs/19.27 man/man1/emacs.1 man/man1/etags.1 man/man1/ctags.1 |