diff options
author | shige <shige@FreeBSD.org> | 1999-08-09 19:27:16 +0800 |
---|---|---|
committer | shige <shige@FreeBSD.org> | 1999-08-09 19:27:16 +0800 |
commit | df5796342b6a475ea7dd08c9dd9c5bad750e5b5e (patch) | |
tree | 39c2061b7796a2066e801c0fbefb33e015748256 /editors/wemi-emacs20 | |
parent | 04acdfb2a6f7e63dc6cf7b82983463e2ba069228 (diff) | |
download | freebsd-ports-graphics-df5796342b6a475ea7dd08c9dd9c5bad750e5b5e.tar.gz freebsd-ports-graphics-df5796342b6a475ea7dd08c9dd9c5bad750e5b5e.tar.zst freebsd-ports-graphics-df5796342b6a475ea7dd08c9dd9c5bad750e5b5e.zip |
Catching up to emacs-20.4.
Diffstat (limited to 'editors/wemi-emacs20')
-rw-r--r-- | editors/wemi-emacs20/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/wemi-emacs20/Makefile b/editors/wemi-emacs20/Makefile index 30ee300c3b0..cd0074b3ee8 100644 --- a/editors/wemi-emacs20/Makefile +++ b/editors/wemi-emacs20/Makefile @@ -3,7 +3,7 @@ # Date created: 23 September 1998 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.ORG> # -# $Id: Makefile,v 1.9 1999/05/10 14:41:32 shige Exp $ +# $Id: Makefile,v 1.10 1999/08/06 17:07:20 shige Exp $ # MAINTAINER= shige@FreeBSD.ORG @@ -16,7 +16,7 @@ MASTERDIR= ${.CURDIR}/../../editors/wemi-emacs # emacs port setup EMACS_NAME= emacs EMACS_PORT= emacs20 -EMACS_VER= 20.3 +EMACS_VER= 20.4 EMACS_LIBDIR= share/${EMACS_NAME} EMACS_LIBDIR_WITH_VER= ${EMACS_LIBDIR}/${EMACS_VER} |