diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 1999-08-12 11:14:34 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 1999-08-12 11:14:34 +0000 |
commit | 0b0c5e869e89e2464c068fe45d747e6cd473ec38 (patch) | |
tree | aa3979e4553e3f1b3feec2d20a84ffb7503ef653 /editors/flim-xemacs21-mule-current | |
parent | 04abb85530e0549344978f87567687a838ae4a7b (diff) |
xemacs-mule does not require *-setupel.el.
Because sub-directorues in ${PREFIX}/lib/xemacs-20.4/site-lisp are
added to default load-path automatically.
Notes
Notes:
svn path=/head/; revision=20670
Diffstat (limited to 'editors/flim-xemacs21-mule-current')
-rw-r--r-- | editors/flim-xemacs21-mule-current/Makefile | 4 | ||||
-rw-r--r-- | editors/flim-xemacs21-mule-current/pkg-plist | 1 |
2 files changed, 1 insertions, 4 deletions
diff --git a/editors/flim-xemacs21-mule-current/Makefile b/editors/flim-xemacs21-mule-current/Makefile index 8fe3eda284da..fd242e2cd68a 100644 --- a/editors/flim-xemacs21-mule-current/Makefile +++ b/editors/flim-xemacs21-mule-current/Makefile @@ -3,7 +3,7 @@ # Date created: 25 July 1999 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.ORG> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/08/06 19:08:53 shige Exp $ # MAINTAINER= shige@FreeBSD.ORG @@ -23,8 +23,6 @@ EMACS_LIBDIR_WITH_VER= ${EMACS_LIBDIR} # RUN_DEPENDS port name's suffix is '-common'. HAVE_COMMON_PORT= YES -# emacs requires *-setupel.el -REQUIRE_SETUPEL= YES # use pkg/* files in ${.CURDIR} PKGDIR= ${.CURDIR}/pkg diff --git a/editors/flim-xemacs21-mule-current/pkg-plist b/editors/flim-xemacs21-mule-current/pkg-plist index bb84e793d46a..c651ddbe605b 100644 --- a/editors/flim-xemacs21-mule-current/pkg-plist +++ b/editors/flim-xemacs21-mule-current/pkg-plist @@ -32,7 +32,6 @@ %%EMACS_LIBDIR%%/site-lisp/flim/smtp.elc %%EMACS_LIBDIR%%/site-lisp/flim/smtpmail.el %%EMACS_LIBDIR%%/site-lisp/flim/smtpmail.elc -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/%%FLIM_SETUPEL%% @dirrm %%EMACS_LIBDIR%%/site-lisp/flim %%FLIMDOCDIR%%/ChangeLog %%FLIMDOCDIR%%/NEWS |