diff options
Diffstat (limited to 'editors/semi-emacs-current/Makefile')
-rw-r--r-- | editors/semi-emacs-current/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/semi-emacs-current/Makefile b/editors/semi-emacs-current/Makefile index 0d63c3c3bc1..219e60b81a5 100644 --- a/editors/semi-emacs-current/Makefile +++ b/editors/semi-emacs-current/Makefile @@ -58,7 +58,7 @@ PLIST_SUB+= EMACS_LIBDIR=${EMACS_LIBDIR} EMACS_VER=${EMACS_VER} \ EMACS_LIBDIR_WITH_VER=${EMACS_LIBDIR_WITH_VER} \ EMACS_PACKAGESDIR=${EMACS_PACKAGESDIR} \ SEMIDOCDIR=${SEMIDOCDIR} SEMI_SETUPEL=${SEMI_SETUPEL} \ - FLIM_COOKIE=${FLIM_COOKIE} + SEMI_COOKIE=${SEMI_COOKIE} MAKE_FLAGS+= EMACS=${EMACS_CMD} XEMACS=${EMACS_CMD} .if (${EMACS_VER} == "19.34") # depends on custom: emacs-19.34 or mule-19.34 @@ -108,6 +108,8 @@ post-build: .endif post-install: + @${MKDIR} -p ${PREFIX}/share/semi + @${TOUCH} ${PREFIX}/share/semi/${SEMI_COOKIE} .if defined(REQUIRE_SETUPEL) && (${REQUIRE_SETUPEL} == "YES") @${MAKE} setupel-install .endif |