aboutsummaryrefslogtreecommitdiff
path: root/editors/flim-xemacs21-mule
diff options
context:
space:
mode:
authorShigeyuki Fukushima <shige@FreeBSD.org>1999-10-18 16:21:12 +0000
committerShigeyuki Fukushima <shige@FreeBSD.org>1999-10-18 16:21:12 +0000
commite26d416b72dd6a2dd04779fcc419f5a51ed94d18 (patch)
tree3f93c64db2fd743e4ea016e9bb6089cb131746b2 /editors/flim-xemacs21-mule
parent8be68b9a25f616bc2be14ecbc4987b8a3514b66b (diff)
downloadports-e26d416b72dd6a2dd04779fcc419f5a51ed94d18.tar.gz
ports-e26d416b72dd6a2dd04779fcc419f5a51ed94d18.zip
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>
Notes
Notes: svn path=/head/; revision=22506
Diffstat (limited to 'editors/flim-xemacs21-mule')
-rw-r--r--editors/flim-xemacs21-mule/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/editors/flim-xemacs21-mule/Makefile b/editors/flim-xemacs21-mule/Makefile
index 3b6652f5e277..c5753da7a318 100644
--- a/editors/flim-xemacs21-mule/Makefile
+++ b/editors/flim-xemacs21-mule/Makefile
@@ -17,7 +17,9 @@ MASTERDIR= ${.CURDIR}/../../editors/flim-emacs
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