diff options
Diffstat (limited to 'editors/flim113-mule/Makefile')
-rw-r--r-- | editors/flim113-mule/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/flim113-mule/Makefile b/editors/flim113-mule/Makefile index d839886..f1e26cb 100644 --- a/editors/flim113-mule/Makefile +++ b/editors/flim113-mule/Makefile @@ -3,7 +3,7 @@ # Date created: 9 May 1999 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.ORG> # -# $Id: Makefile,v 1.1.1.1 1999/05/09 16:36:49 shige Exp $ +# $Id: Makefile,v 1.2 1999/05/21 13:28:48 shige Exp $ # MAINTAINER= shige@FreeBSD.ORG @@ -17,7 +17,8 @@ MASTERDIR= ${.CURDIR}/../../editors/flim-emacs-current EMACS_NAME= mule EMACS_PORT= mule EMACS_VER= 19.34 -EMACS_LIBDIR= share/${EMACS_NAME} +EMACS_LIBDIR= share/${EMACS_NAME} +EMACS_LIBDIR_WITH_VER= ${EMACS_LIBDIR}/${EMACS_VER} HAVE_COMMON_PORT= YES REQUIRE_SETUPEL= YES |