aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorJoseph Mingrone <jrm@FreeBSD.org>2018-02-20 16:36:06 +0000
committerJoseph Mingrone <jrm@FreeBSD.org>2018-02-20 16:36:06 +0000
commite267732558f74fb70a8235c7f2b30db659a8848a (patch)
tree6b03b5fd22fe58f2ef110a6853feee4b3766e167 /editors
parent433449f08a0816a6894e534b84be0e15027d0ec5 (diff)
downloadports-e267732558f74fb70a8235c7f2b30db659a8848a.tar.gz
ports-e267732558f74fb70a8235c7f2b30db659a8848a.zip
Notes
Diffstat (limited to 'editors')
-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 \