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-mule-current/Makefile | |
parent | c3f053cdce3e40ea05f7710839b99857252def8f (diff) |
Notes
Diffstat (limited to 'editors/flim-mule-current/Makefile')
-rw-r--r-- | editors/flim-mule-current/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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 <shige@FreeBSD.ORG> # -# $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 |