diff options
author | shige <shige@FreeBSD.org> | 1999-10-18 16:21:12 +0000 |
---|---|---|
committer | shige <shige@FreeBSD.org> | 1999-10-18 16:21:12 +0000 |
commit | 648094fcfe8fa450ae212577b0cc22bf00eef3f2 (patch) | |
tree | b8e6ec3668cca56580e9a7ffdd187993c5bc0fd7 /editors/flim-xemacs21-mule-current | |
parent | f234deccd1aaaf5194fe178ef6deec727a8497c9 (diff) | |
download | FreeBSD-ports-648094fcfe8fa450ae212577b0cc22bf00eef3f2.zip FreeBSD-ports-648094fcfe8fa450ae212577b0cc22bf00eef3f2.tar.gz |
Install to ${PREFIX}/lib/xemacs/site-packages as XEmacs packages.
(apel is RUN_DEPENDS on xemacs-sumo-packages. some PLIST are fixed.)
Pointed out by: HASEGAWA Tomoki <thasegawa@mta.biglobe.ne.jp>
Diffstat (limited to 'editors/flim-xemacs21-mule-current')
-rw-r--r-- | editors/flim-xemacs21-mule-current/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/editors/flim-xemacs21-mule-current/Makefile b/editors/flim-xemacs21-mule-current/Makefile index 300b39d..4ee8448 100644 --- a/editors/flim-xemacs21-mule-current/Makefile +++ b/editors/flim-xemacs21-mule-current/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 |