summaryrefslogtreecommitdiff
path: root/editors/flim-emacs-current/Makefile
diff options
context:
space:
mode:
authorShigeyuki Fukushima <shige@FreeBSD.org>1999-05-23 15:39:48 +0000
committerShigeyuki Fukushima <shige@FreeBSD.org>1999-05-23 15:39:48 +0000
commit6f9cd38037263dae2ba32d41c92fbae4b4b21c1c (patch)
tree37c6ab3f2282ec5a36bee207e783b250f6e7a969 /editors/flim-emacs-current/Makefile
parentChange from flim-stup.el to flim-setupel.el. (diff)
Change from flim-setup.el to flim-setupel.el.
Use FLIM_SETUPEL in PLIST_SUB variable. Improve scripts/configure.
Notes
Notes: svn path=/head/; revision=18946
Diffstat (limited to 'editors/flim-emacs-current/Makefile')
-rw-r--r--editors/flim-emacs-current/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/editors/flim-emacs-current/Makefile b/editors/flim-emacs-current/Makefile
index 15cb9bd8817f..ee25024c23b0 100644
--- a/editors/flim-emacs-current/Makefile
+++ b/editors/flim-emacs-current/Makefile
@@ -3,7 +3,7 @@
# Date created: 9 May 1999
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.3 1999/05/10 16:04:45 shige Exp $
+# $Id: Makefile,v 1.4 1999/05/21 13:27:51 shige Exp $
#
DISTNAME= flim-${FLIM_VER}
@@ -17,7 +17,7 @@ PORTCLASS?= master
# distfile version
FLIM_VER= 1.12.5
FLIMDOCDIR= share/doc/flim
-FLIM_SETUPEL= flim-setup.el
+FLIM_SETUPEL= flim-setupel.el
.if (${PORTCLASS} == "master")
# for emacs
@@ -49,9 +49,10 @@ RUN_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT}-common
.else
RUN_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT}
.endif
-SCRIPTS_ENV= EMACS_LIBDIR=${EMACS_LIBDIR} EMACS_VER=${EMACS_VER}
+SCRIPTS_ENV= EMACS_LIBDIR=${EMACS_LIBDIR} EMACS_VER=${EMACS_VER} \
+ TARGETS="${FLIM_SETUPEL}"
PLIST_SUB= EMACS_LIBDIR=${EMACS_LIBDIR} EMACS_VER=${EMACS_VER} \
- FLIMDOCDIR=${FLIMDOCDIR}
+ FLIMDOCDIR=${FLIMDOCDIR} FLIM_SETUPEL=${FLIM_SETUPEL}
MAKE_FLAGS= EMACS=${EMACS_CMD}
.if (${EMACS_VER} == "19.34")
# depends on custom: emacs-19.34 or mule-19.34