summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--editors/emacs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile
index 12c3ac152675..d30e63a6d6eb 100644
--- a/editors/emacs/Makefile
+++ b/editors/emacs/Makefile
@@ -165,8 +165,8 @@ PATCHFILES= emacs25.2canna-20170507.diff.gz
PLIST_FILES+= ${DATADIR}/${EMACS_VER}/lisp/canna.el.gz \
${DATADIR}/${EMACS_VER}/lisp/canna.elc \
${DATADIR}/${EMACS_VER}/lisp/isearch-ext.el.gz \
- ${DATADIR}/${EMACS_VER}/lisp/isearch-ext.elc \
- %%SOURCES%%${DATADIR}/${EMACS_VER}/src/canna.c
+ ${DATADIR}/${EMACS_VER}/lisp/isearch-ext.elc
+SOURCES_PLIST_FILES= ${DATADIR}/${EMACS_VER}/src/canna.c
.endif
.if ${FLAVOR:U} == nox
CONFIGURE_ARGS+= --with-sound=no --without-cairo --without-dbus \