From 9e5a01bf353f226cb2a419530e17ba904f30c58d Mon Sep 17 00:00:00 2001 From: Shigeyuki Fukushima Date: Fri, 6 Aug 1999 16:56:19 +0000 Subject: Add EMACS_LIBDIR_WITH_VER valiable. flim-setupel.el file is installed into ${PREFIX}/${EMACS_LIBDIR_WITH_VER}/site-lisp. --- editors/flim-mule-current/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'editors/flim-mule-current/Makefile') diff --git a/editors/flim-mule-current/Makefile b/editors/flim-mule-current/Makefile index d8398869d8f7..f1e26cb9fd48 100644 --- a/editors/flim-mule-current/Makefile +++ b/editors/flim-mule-current/Makefile @@ -3,7 +3,7 @@ # Date created: 9 May 1999 # Whom: Shigeyuki FUKUSHIMA # -# $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 -- cgit v1.2.3