Date: Tue, 20 Feb 2018 16:36:06 +0000 (UTC) From: Joseph Mingrone <jrm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462412 - head/editors/emacs Message-ID: <201802201636.w1KGa6Mi029790@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jrm Date: Tue Feb 20 16:36:06 2018 New Revision: 462412 URL: https://svnweb.freebsd.org/changeset/ports/462412 Log: editors/emacs: Use OPTION helper to conditionally add to PLIST_FILES Submitted by: mat Modified: head/editors/emacs/Makefile (contents, props changed) Modified: head/editors/emacs/Makefile ============================================================================== --- head/editors/emacs/Makefile Tue Feb 20 16:17:32 2018 (r462411) +++ head/editors/emacs/Makefile Tue Feb 20 16:36:06 2018 (r462412) @@ -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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802201636.w1KGa6Mi029790>