diff options
Diffstat (limited to 'editors/wemi-xemacs21-mule-current/Makefile')
-rw-r--r-- | editors/wemi-xemacs21-mule-current/Makefile | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/editors/wemi-xemacs21-mule-current/Makefile b/editors/wemi-xemacs21-mule-current/Makefile index 55b0f5f31c70..0aedb3f38962 100644 --- a/editors/wemi-xemacs21-mule-current/Makefile +++ b/editors/wemi-xemacs21-mule-current/Makefile @@ -17,9 +17,11 @@ MASTERDIR= ${.CURDIR}/../../editors/wemi-emacs-current EMACS_NAME= xemacs EMACS_PORT= xemacs-mule EMACS_VER= 21.1.6 -EMACS_LIBDIR= lib/${EMACS_NAME}-${EMACS_VER} -# xemacs-mule-21.1.6 has no version specific site-lisp directories. -EMACS_LIBDIR_WITH_VER= ${EMACS_LIBDIR} +EMACS_PACKAGESDIR= lib/${EMACS_NAME}/${EMACS_NAME}-packages + +# how to make and install +ALL_TARGET= package +INSTALL_TARGET= install-package # RUN_DEPENDS port name's suffix is '-common'. HAVE_COMMON_PORT= YES @@ -27,4 +29,9 @@ HAVE_COMMON_PORT= YES # use pkg/* files in ${.CURDIR} PKGDIR= ${.CURDIR}/pkg +# package info manifest +MANIFEST= MANIFEST.semi +# package documents +WEMIDOCDIR= ${EMACS_PACKAGESDIR}/lisp/semi + .include <${MASTERDIR}/Makefile> |