diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 1999-08-06 16:56:19 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 1999-08-06 16:56:19 +0000 |
commit | 9e5a01bf353f226cb2a419530e17ba904f30c58d (patch) | |
tree | e955881e7a19cc7588431652ae220760bcf8b4db /editors/flim-emacs20/Makefile | |
parent | Update to the 1.4.19990805 "Preacher Man" version. (diff) |
Add EMACS_LIBDIR_WITH_VER valiable.
flim-setupel.el file is installed
into ${PREFIX}/${EMACS_LIBDIR_WITH_VER}/site-lisp.
Diffstat (limited to '')
-rw-r--r-- | editors/flim-emacs20/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/flim-emacs20/Makefile b/editors/flim-emacs20/Makefile index 5aab1724fec3..cb08246c3200 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.7 1999/04/18 05:01:13 sada Exp $ +# $Id: Makefile,v 1.8 1999/05/09 16:26:19 shige Exp $ # MAINTAINER= shige@FreeBSD.ORG @@ -17,7 +17,8 @@ MASTERDIR= ${.CURDIR}/../../editors/flim-emacs EMACS_NAME= emacs EMACS_PORT= emacs20 EMACS_VER= 20.3 -EMACS_LIBDIR= share/${EMACS_NAME} +EMACS_LIBDIR= share/${EMACS_NAME} +EMACS_LIBDIR_WITH_VER= ${EMACS_LIBDIR}/${EMACS_VER} # use pkg/* files in ${.CURDIR} PKGDIR= ${.CURDIR}/pkg |