summaryrefslogtreecommitdiff
path: root/editors/semi113/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/semi113/Makefile')
-rw-r--r--editors/semi113/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/semi113/Makefile b/editors/semi113/Makefile
index 0d63c3c3bc19..219e60b81a55 100644
--- a/editors/semi113/Makefile
+++ b/editors/semi113/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