aboutsummaryrefslogtreecommitdiff
path: root/editors/emacs/Makefile
diff options
context:
space:
mode:
authorJoseph Mingrone <jrm@FreeBSD.org>2018-02-20 16:17:30 +0000
committerJoseph Mingrone <jrm@FreeBSD.org>2018-02-20 16:17:30 +0000
commit9fb5a7a995d9ffcc49c56bbcce1cf3e319fd6383 (patch)
tree83d3a6d9f18f0bb2e28361794d33cfd5ac8f772f /editors/emacs/Makefile
parentfb26a9cc4595f111d35a7cf39df366f99833597e (diff)
downloadports-9fb5a7a995d9ffcc49c56bbcce1cf3e319fd6383.tar.gz
ports-9fb5a7a995d9ffcc49c56bbcce1cf3e319fd6383.zip
editors/emacs@canna: Fix plist issue when SOURCES option is off
Notes
Notes: svn path=/head/; revision=462410
Diffstat (limited to 'editors/emacs/Makefile')
-rw-r--r--editors/emacs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile
index 448bd545d023..545d7348db26 100644
--- a/editors/emacs/Makefile
+++ b/editors/emacs/Makefile
@@ -191,7 +191,7 @@ 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
+ %%SOURCES%%${DATADIR}/${EMACS_VER}/src/canna.c
.elif ${FLAVOR:U} == nox
OPTIONS_EXCLUDE= ALSA CAIRO DBUS GCONF GIF GSETTINGS GTK2 GTK3 JPEG \
M17N MAGICK MOTIF OSS OTF PNG SCROLLBARS SVG TIFF XAW \