svn commit: r462412 - head/editors/emacs

Joseph Mingrone jrm at FreeBSD.org
Tue Feb 20 16:36:07 UTC 2018


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 \


More information about the svn-ports-head mailing list