diff options
author | shige <shige@FreeBSD.org> | 2000-05-11 00:04:29 +0800 |
---|---|---|
committer | shige <shige@FreeBSD.org> | 2000-05-11 00:04:29 +0800 |
commit | c3394ec5e67670176cb0721150709e8b71aeb355 (patch) | |
tree | 1e7956b3b9cc5574863ed7cfe2fa4a62b4451d14 /editors/apel-xemacs21-mule | |
parent | a0336c933a3f00cdaec3c5be2ff9c07a016ca779 (diff) | |
download | freebsd-ports-gnome-c3394ec5e67670176cb0721150709e8b71aeb355.tar.gz freebsd-ports-gnome-c3394ec5e67670176cb0721150709e8b71aeb355.tar.zst freebsd-ports-gnome-c3394ec5e67670176cb0721150709e8b71aeb355.zip |
Update to 10.2.
Use EMACS_PORT_NAME and other related variables defined in bsd.emacs.mk.
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 |