diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 1999-08-06 17:07:22 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 1999-08-06 17:07:22 +0000 |
commit | 2edd36597f5dd5203edce42a3adf7acb64842d04 (patch) | |
tree | eaac6c5301c116fc1e3bd9720c7823361382974e /editors/wemi-mule-current | |
parent | Add 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-mule-current')
-rw-r--r-- | editors/wemi-mule-current/Makefile | 5 | ||||
-rw-r--r-- | editors/wemi-mule-current/pkg-plist | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/editors/wemi-mule-current/Makefile b/editors/wemi-mule-current/Makefile index 4e5c4797a452..ceef7efca49a 100644 --- a/editors/wemi-mule-current/Makefile +++ b/editors/wemi-mule-current/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/10 14:47:26 shige Exp $ +# $Id: Makefile,v 1.2 1999/05/21 13:36:01 shige Exp $ # MAINTAINER= shige@FreeBSD.ORG @@ -17,7 +17,8 @@ MASTERDIR= ${.CURDIR}/../../editors/wemi-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 diff --git a/editors/wemi-mule-current/pkg-plist b/editors/wemi-mule-current/pkg-plist index 67e4b5834057..6d2679dd1546 100644 --- a/editors/wemi-mule-current/pkg-plist +++ b/editors/wemi-mule-current/pkg-plist @@ -22,7 +22,7 @@ %%EMACS_LIBDIR%%/site-lisp/semi/mime-mc.el %%EMACS_LIBDIR%%/site-lisp/semi/mime-bbdb.el %%EMACS_LIBDIR%%/site-lisp/semi/mime-w3.el -%%EMACS_LIBDIR%%/site-lisp/%%WEMI_SETUPEL%% +%%EMACS_LIBDIR_WITH_VER%%/site-lisp/%%WEMI_SETUPEL%% @dirrm %%EMACS_LIBDIR%%/site-lisp/semi %%WEMIDOCDIR%%/ChangeLog %%WEMIDOCDIR%%/NEWS |