diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 1999-10-18 16:21:12 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 1999-10-18 16:21:12 +0000 |
commit | e26d416b72dd6a2dd04779fcc419f5a51ed94d18 (patch) | |
tree | 3f93c64db2fd743e4ea016e9bb6089cb131746b2 /editors/flim113-xemacs21-mule | |
parent | 8be68b9a25f616bc2be14ecbc4987b8a3514b66b (diff) | |
download | ports-e26d416b72dd6a2dd04779fcc419f5a51ed94d18.tar.gz ports-e26d416b72dd6a2dd04779fcc419f5a51ed94d18.zip |
Notes
Diffstat (limited to 'editors/flim113-xemacs21-mule')
-rw-r--r-- | editors/flim113-xemacs21-mule/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/editors/flim113-xemacs21-mule/Makefile b/editors/flim113-xemacs21-mule/Makefile index 300b39d25690..4ee84486f168 100644 --- a/editors/flim113-xemacs21-mule/Makefile +++ b/editors/flim113-xemacs21-mule/Makefile @@ -17,7 +17,9 @@ MASTERDIR= ${.CURDIR}/../../editors/flim-emacs-current EMACS_NAME= xemacs EMACS_PORT= xemacs-mule EMACS_VER= 21.1.6 -EMACS_PACKAGESDIR= lib/${EMACS_NAME}/${EMACS_NAME}-packages +EMACS_PACKAGESDIR= lib/${EMACS_NAME}/site-packages +# packages-subdirectories which this port requires +EMACS_PACKAGES_SUBDIRS= info lisp man pkginfo # how to make and install ALL_TARGET= package @@ -32,7 +34,7 @@ HAS_MULE= YES # whether building info files by emacs or makeinfo BUILD_INFO_BY_EMACS= YES # texinfo packages -BUILD_DEPENDS+= ${PREFIX}/${EMACS_PACKAGESDIR}/lisp/texinfo/texinfo.el:${PORTSDIR}/editors/xemacs-sumo-packages +BUILD_DEPENDS+= ${PREFIX}/${EMACS_PACKAGESDIR}/../xemacs-packages/lisp/texinfo/texinfo.el:${PORTSDIR}/editors/xemacs-sumo-packages # use pkg/* files in ${.CURDIR} PKGDIR= ${.CURDIR}/pkg |