diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2018-02-20 16:36:06 +0000 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2018-02-20 16:36:06 +0000 |
commit | e267732558f74fb70a8235c7f2b30db659a8848a (patch) | |
tree | 6b03b5fd22fe58f2ef110a6853feee4b3766e167 /editors/emacs | |
parent | 433449f08a0816a6894e534b84be0e15027d0ec5 (diff) |
Notes
Diffstat (limited to 'editors/emacs')
-rw-r--r-- | editors/emacs/Makefile | 4 |
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 \ |