summaryrefslogtreecommitdiff
path: root/editors/flim113/Makefile
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/flim113/Makefile
parentInstall to ${PREFIX}/lib/xemacs/site-packages as XEmacs packages. (diff)
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 '')
-rw-r--r--editors/flim113/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/editors/flim113/Makefile b/editors/flim113/Makefile
index fd1f4ef4f507..86aa9d242739 100644
--- a/editors/flim113/Makefile
+++ b/editors/flim113/Makefile
@@ -103,6 +103,11 @@ post-build:
@${MAKE} info-build
.endif
+pre-install:
+.if defined(EMACS_PACKAGESDIR) && defined(EMACS_PACKAGES_SUBDIRS)
+ @${MAKE} mkdir-site-packages
+.endif
+
post-install:
# install package-cookie
@${MKDIR} -p ${PREFIX}/share/flim
@@ -153,6 +158,11 @@ info-build-by-emacs:
done)
.endif
+mkdir-site-packages:
+ @(for i in ${EMACS_PACKAGES_SUBDIRS} ; do \
+ ${MKDIR} ${PREFIX}/${EMACS_PACKAGESDIR}/$${i} ; \
+ done)
+
doc-install:
@${MKDIR} ${PREFIX}/${FLIMDOCDIR}
@(cd ${WRKSRC} ; \