diff options
Diffstat (limited to 'editors/flim-emacs20/Makefile')
-rw-r--r-- | editors/flim-emacs20/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/flim-emacs20/Makefile b/editors/flim-emacs20/Makefile index cb08246c3200..a2d24d3fe370 100644 --- a/editors/flim-emacs20/Makefile +++ b/editors/flim-emacs20/Makefile @@ -3,7 +3,7 @@ # Date created: 23 September 1998 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.ORG> # -# $Id: Makefile,v 1.8 1999/05/09 16:26:19 shige Exp $ +# $Id: Makefile,v 1.9 1999/08/06 16:53:54 shige Exp $ # MAINTAINER= shige@FreeBSD.ORG @@ -16,7 +16,7 @@ MASTERDIR= ${.CURDIR}/../../editors/flim-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} |