diff options
author | shige <shige@FreeBSD.org> | 1999-08-07 01:07:22 +0800 |
---|---|---|
committer | shige <shige@FreeBSD.org> | 1999-08-07 01:07:22 +0800 |
commit | fc440186a0d4de6b3231d41bc533d79f93081311 (patch) | |
tree | b9bade449228eaf4bc117d2e56c603898073a222 /editors/wemi-mule-current | |
parent | 462365d25729ac225ebc7956abfab07a8d0e89a3 (diff) | |
download | freebsd-ports-gnome-fc440186a0d4de6b3231d41bc533d79f93081311.tar.gz freebsd-ports-gnome-fc440186a0d4de6b3231d41bc533d79f93081311.tar.zst freebsd-ports-gnome-fc440186a0d4de6b3231d41bc533d79f93081311.zip |
Add EMACS_LIBDIR_WITH_VER valiable.
wemi-setupel.el file is installed
into ${PREFIX}/${EMACS_LIBDIR_WITH_VER}/site-lisp.
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 |