diff options
author | shige <shige@FreeBSD.org> | 1999-08-12 19:14:34 +0800 |
---|---|---|
committer | shige <shige@FreeBSD.org> | 1999-08-12 19:14:34 +0800 |
commit | fcec05ea2aaeb93dd61eef4198ba2cfb3f463ead (patch) | |
tree | a5c3d938bf8e49cb60e2843b1f3cc78eefc5f874 /editors/apel-xemacs21-mule | |
parent | b60c9b21c1646b783628a9acb296922debfd6a02 (diff) | |
download | freebsd-ports-graphics-fcec05ea2aaeb93dd61eef4198ba2cfb3f463ead.tar.gz freebsd-ports-graphics-fcec05ea2aaeb93dd61eef4198ba2cfb3f463ead.tar.zst freebsd-ports-graphics-fcec05ea2aaeb93dd61eef4198ba2cfb3f463ead.zip |
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.
Diffstat (limited to 'editors/apel-xemacs21-mule')
-rw-r--r-- | editors/apel-xemacs21-mule/Makefile | 4 | ||||
-rw-r--r-- | editors/apel-xemacs21-mule/pkg-plist | 1 |
2 files changed, 1 insertions, 4 deletions
diff --git a/editors/apel-xemacs21-mule/Makefile b/editors/apel-xemacs21-mule/Makefile index 9d5e4e40b31..13022e1e1ee 100644 --- a/editors/apel-xemacs21-mule/Makefile +++ b/editors/apel-xemacs21-mule/Makefile @@ -3,7 +3,7 @@ # Date created: 13 June 1999 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.ORG> # -# $Id: Makefile,v 1.1.1.1 1999/07/01 13:02:16 shige Exp $ +# $Id: Makefile,v 1.2 1999/08/06 14:52:37 shige Exp $ # MAINTAINER= shige@FreeBSD.ORG @@ -22,8 +22,6 @@ EMACS_LIBDIR_WITH_VER= lib/${EMACS_NAME}-${EMACS_VER} # 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/apel-xemacs21-mule/pkg-plist b/editors/apel-xemacs21-mule/pkg-plist index d3b731e510c..d718bc19645 100644 --- a/editors/apel-xemacs21-mule/pkg-plist +++ b/editors/apel-xemacs21-mule/pkg-plist @@ -48,7 +48,6 @@ %%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/richtext.elc %%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/static.el %%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/static.elc -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/%%APEL_SETUPEL%% @dirrm %%EMACS_LIBDIR%%/site-lisp/apel @dirrm %%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu %%APELDOCDIR%%/ChangeLog |