From e26d416b72dd6a2dd04779fcc419f5a51ed94d18 Mon Sep 17 00:00:00 2001 From: Shigeyuki Fukushima Date: Mon, 18 Oct 1999 16:21:12 +0000 Subject: 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 --- editors/flim/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'editors/flim') diff --git a/editors/flim/Makefile b/editors/flim/Makefile index fd1f4ef4f507..86aa9d242739 100644 --- a/editors/flim/Makefile +++ b/editors/flim/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} ; \ -- cgit v1.2.3