summaryrefslogtreecommitdiff
path: root/editors/semi-emacs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/semi-emacs/Makefile')
-rw-r--r--editors/semi-emacs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/semi-emacs/Makefile b/editors/semi-emacs/Makefile
index 8f8a72fbfae7..c5af3f7c014b 100644
--- a/editors/semi-emacs/Makefile
+++ b/editors/semi-emacs/Makefile
@@ -108,8 +108,8 @@ post-build:
.endif
post-install:
- @${MKDIR} -p ${PREFX}/share/semi
- @${TOUCH} ${PREFX}/share/semi/${SEMI_COOKIE}
+ @${MKDIR} -p ${PREFIX}/share/semi
+ @${TOUCH} ${PREFIX}/share/semi/${SEMI_COOKIE}
.if defined(REQUIRE_SETUPEL) && (${REQUIRE_SETUPEL} == "YES")
@${MAKE} setupel-install
.endif