diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 2000-05-10 16:04:29 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 2000-05-10 16:04:29 +0000 |
commit | 7190c5d125d51fbd8b13bdf302d988709d88055d (patch) | |
tree | e34118192a41bb9b9385bcac58d5eb92fdc13076 /editors/apel-xemacs21-mule | |
parent | 9fd9b9339312c84b0436deff778bb43ac15c2eb0 (diff) |
Notes
Diffstat (limited to 'editors/apel-xemacs21-mule')
-rw-r--r-- | editors/apel-xemacs21-mule/Makefile | 12 | ||||
-rw-r--r-- | editors/apel-xemacs21-mule/pkg-plist | 6 |
2 files changed, 10 insertions, 8 deletions
diff --git a/editors/apel-xemacs21-mule/Makefile b/editors/apel-xemacs21-mule/Makefile index 2a3c3bf5d5db..530d7b531629 100644 --- a/editors/apel-xemacs21-mule/Makefile +++ b/editors/apel-xemacs21-mule/Makefile @@ -13,22 +13,18 @@ PORTCLASS= slave MASTERDIR= ${.CURDIR}/../../editors/apel-emacs # emacs port setup -EMACS_NAME= xemacs -EMACS_PORT= xemacs21-mule -EMACS_VER= 21.1.9 -EMACS_CMD= ${PREFIX}/bin/${EMACS_PORT} -EMACS_LIBDIR= lib/${EMACS_NAME} +EMACS_PORT_NAME= xemacs21-mule EMACS_PACKAGESDIR= ${EMACS_LIBDIR}/site-packages # packages-subdirectories which this port requires EMACS_PACKAGES_SUBDIRS= lisp pkginfo +SCRIPTS_ENV+= EMACS_PACKAGESDIR=${EMACS_PACKAGESDIR} +PLIST_SUB+= EMACS_PACKAGESDIR=${EMACS_PACKAGESDIR} + # how to install ALL_TARGET= package INSTALL_TARGET= install-package -# RUN_DEPENDS port name's suffix is '-common'. -HAVE_COMMON_PORT= 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 e3507b4f37ee..c2038d6f4a35 100644 --- a/editors/apel-xemacs21-mule/pkg-plist +++ b/editors/apel-xemacs21-mule/pkg-plist @@ -7,6 +7,8 @@ %%EMACS_PACKAGESDIR%%/lisp/apel/alist.elc %%EMACS_PACKAGESDIR%%/lisp/apel/auto-autoloads.el %%EMACS_PACKAGESDIR%%/lisp/apel/auto-autoloads.elc +%%EMACS_PACKAGESDIR%%/lisp/apel/apel-ver.el +%%EMACS_PACKAGESDIR%%/lisp/apel/apel-ver.elc %%EMACS_PACKAGESDIR%%/lisp/apel/broken.el %%EMACS_PACKAGESDIR%%/lisp/apel/broken.elc %%EMACS_PACKAGESDIR%%/lisp/apel/calist.el @@ -57,6 +59,10 @@ %%EMACS_PACKAGESDIR%%/lisp/apel/poem.elc %%EMACS_PACKAGESDIR%%/lisp/apel/poem-xm.el %%EMACS_PACKAGESDIR%%/lisp/apel/poem-xm.elc +%%EMACS_PACKAGESDIR%%/lisp/apel/product.el +%%EMACS_PACKAGESDIR%%/lisp/apel/product.elc +%%EMACS_PACKAGESDIR%%/lisp/apel/pym.el +%%EMACS_PACKAGESDIR%%/lisp/apel/pym.elc %%EMACS_PACKAGESDIR%%/lisp/apel/richtext.el %%EMACS_PACKAGESDIR%%/lisp/apel/richtext.elc %%EMACS_PACKAGESDIR%%/lisp/apel/static.el |