diff options
author | shige <shige@FreeBSD.org> | 2000-07-12 23:57:14 +0800 |
---|---|---|
committer | shige <shige@FreeBSD.org> | 2000-07-12 23:57:14 +0800 |
commit | 5a719b3bcbe3ae29d6c78c41231d46a3edaba3a5 (patch) | |
tree | fcecc78d953c0b28d9ea6b7ad9d51bc51e52b083 /editors/psgml-mule | |
parent | 093488a6c73e5f74e21f5338668735f844909b4b (diff) | |
download | freebsd-ports-gnome-5a719b3bcbe3ae29d6c78c41231d46a3edaba3a5.tar.gz freebsd-ports-gnome-5a719b3bcbe3ae29d6c78c41231d46a3edaba3a5.tar.zst freebsd-ports-gnome-5a719b3bcbe3ae29d6c78c41231d46a3edaba3a5.zip |
Convert into EMACS_PORT_NAME style port.
Submitted by: OKAZAKI Tetsurou <okazaki@be.to>
Diffstat (limited to 'editors/psgml-mule')
-rw-r--r-- | editors/psgml-mule/Makefile | 8 | ||||
-rw-r--r-- | editors/psgml-mule/pkg-descr | 2 |
2 files changed, 2 insertions, 8 deletions
diff --git a/editors/psgml-mule/Makefile b/editors/psgml-mule/Makefile index 7b2f9c81e975..df3e378cee83 100644 --- a/editors/psgml-mule/Makefile +++ b/editors/psgml-mule/Makefile @@ -13,13 +13,7 @@ PORTCLASS= slave MASTERDIR= ${.CURDIR}/../../editors/psgml-emacs # emacs port setup -EMACS_NAME= mule -EMACS_PORT= mule -EMACS_VER= 19.34 -EMACS_LIBDIR= share/${EMACS_NAME} - -# whether emacs has a *-common port -HAS_COMMON_PORT= YES +EMACS_PORT_NAME= mule # pkg/* files are used in ${.CURDIR} PKGDIR= ${.CURDIR}/pkg diff --git a/editors/psgml-mule/pkg-descr b/editors/psgml-mule/pkg-descr index e57a3f0c0a25..24ba7b629eeb 100644 --- a/editors/psgml-mule/pkg-descr +++ b/editors/psgml-mule/pkg-descr @@ -11,7 +11,7 @@ editing of attribute values in a separate window with information about types and defaults, and structure based editing. PSGML is installed the following directory tree: - ${PREFIX}/share/mule/site-lisp/psgml/ + ${LOCALBASE}/share/mule/site-lisp/psgml/ To use psgml, put the following setup into your ~/.emacs: |