summaryrefslogtreecommitdiff
path: root/editors/wemi-emacs20-current
diff options
context:
space:
mode:
authorShigeyuki Fukushima <shige@FreeBSD.org>1999-08-06 17:07:22 +0000
committerShigeyuki Fukushima <shige@FreeBSD.org>1999-08-06 17:07:22 +0000
commit2edd36597f5dd5203edce42a3adf7acb64842d04 (patch)
treeeaac6c5301c116fc1e3bd9720c7823361382974e /editors/wemi-emacs20-current
parentAdd EMACS_LIBDIR_WITH_VER valiable. (diff)
Add EMACS_LIBDIR_WITH_VER valiable.
wemi-setupel.el file is installed into ${PREFIX}/${EMACS_LIBDIR_WITH_VER}/site-lisp.
Notes
Notes: svn path=/head/; revision=20562
Diffstat (limited to 'editors/wemi-emacs20-current')
-rw-r--r--editors/wemi-emacs20-current/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/wemi-emacs20-current/Makefile b/editors/wemi-emacs20-current/Makefile
index 021431d082e9..9681b72449bd 100644
--- a/editors/wemi-emacs20-current/Makefile
+++ b/editors/wemi-emacs20-current/Makefile
@@ -3,7 +3,7 @@
# Date created: 23 September 1998
# Whom: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
#
-# $Id: Makefile,v 1.6 1999/04/19 16:44:51 sada Exp $
+# $Id: Makefile,v 1.7 1999/05/10 14:51:35 shige Exp $
#
MAINTAINER= shige@FreeBSD.ORG
@@ -17,7 +17,8 @@ MASTERDIR= ${.CURDIR}/../../editors/wemi-emacs-current
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