diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 1999-10-16 11:58:04 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 1999-10-16 11:58:04 +0000 |
commit | 0aadf549c4373a7c421fa4e0ac4de24baed2f3fb (patch) | |
tree | 2104ba67d588ef2cc485e4b325706a249994981e /editors/psgml-mule | |
parent | 748d27ad4eaf8b5e574a3982a3ddd31dea7e02e2 (diff) |
Notes
Diffstat (limited to 'editors/psgml-mule')
-rw-r--r-- | editors/psgml-mule/Makefile | 6 | ||||
-rw-r--r-- | editors/psgml-mule/pkg-descr | 2 | ||||
-rw-r--r-- | editors/psgml-mule/pkg-plist | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/editors/psgml-mule/Makefile b/editors/psgml-mule/Makefile index 693e8f05e47b..9fa35f527792 100644 --- a/editors/psgml-mule/Makefile +++ b/editors/psgml-mule/Makefile @@ -1,5 +1,5 @@ # New ports collection makefile for: psgml for mule -# Version required: 1.1.6 +# Version required: 1.2.0 # Date created: 23 January 1999 # Whom: shige # @@ -19,8 +19,8 @@ EMACS_PORT= mule EMACS_VER= 19.34 EMACS_LIBDIR= share/${EMACS_NAME} -HAVE_COMMON_PORT= YES -REQUIRE_SETUPEL= YES +# whether emacs has a *-common port +HAS_COMMON_PORT= YES # pkg/* files are used in ${.CURDIR} PKGDIR= ${.CURDIR}/pkg diff --git a/editors/psgml-mule/pkg-descr b/editors/psgml-mule/pkg-descr index fdcdbdaab2f0..e57a3f0c0a25 100644 --- a/editors/psgml-mule/pkg-descr +++ b/editors/psgml-mule/pkg-descr @@ -15,6 +15,6 @@ types and defaults, and structure based editing. To use psgml, put the following setup into your ~/.emacs: - (require 'psgml-setupel) + (require 'psgml-startup) --- Porting by shige <shige@FreeBSD.ORG>. diff --git a/editors/psgml-mule/pkg-plist b/editors/psgml-mule/pkg-plist index 6822a9f06eb8..b0348f120b1f 100644 --- a/editors/psgml-mule/pkg-plist +++ b/editors/psgml-mule/pkg-plist @@ -1,3 +1,4 @@ +%%EMACS_LIBDIR%%/site-lisp/psgml/iso88591.map %%EMACS_LIBDIR%%/site-lisp/psgml/psgml-api.el %%EMACS_LIBDIR%%/site-lisp/psgml/psgml-api.elc %%EMACS_LIBDIR%%/site-lisp/psgml/psgml-charent.el @@ -8,14 +9,13 @@ %%EMACS_LIBDIR%%/site-lisp/psgml/psgml-edit.elc %%EMACS_LIBDIR%%/site-lisp/psgml/psgml-info.el %%EMACS_LIBDIR%%/site-lisp/psgml/psgml-info.elc -%%EMACS_LIBDIR%%/site-lisp/psgml/psgml-lucid.el %%EMACS_LIBDIR%%/site-lisp/psgml/psgml-other.el %%EMACS_LIBDIR%%/site-lisp/psgml/psgml-other.elc %%EMACS_LIBDIR%%/site-lisp/psgml/psgml-parse.el %%EMACS_LIBDIR%%/site-lisp/psgml/psgml-parse.elc %%EMACS_LIBDIR%%/site-lisp/psgml/psgml.el %%EMACS_LIBDIR%%/site-lisp/psgml/psgml.elc -%%EMACS_LIBDIR%%/site-lisp/%%PSGML_SETUPEL%% +%%EMACS_LIBDIR%%/site-lisp/%%PSGML_STARTUPEL%% @dirrm %%EMACS_LIBDIR%%/site-lisp/psgml @unexec install-info --delete %D/info/psgml.info %D/info/dir @unexec install-info --delete %D/info/psgml-api.info %D/info/dir |