svn commit: r476603 - head/lang/php-mode.el/files

Akinori MUSHA knu at FreeBSD.org
Tue Aug 7 15:35:04 UTC 2018


Author: knu
Date: Tue Aug  7 15:35:03 2018
New Revision: 476603
URL: https://svnweb.freebsd.org/changeset/ports/476603

Log:
  Add a missing patch

Added:
  head/lang/php-mode.el/files/
  head/lang/php-mode.el/files/patch-Makefile   (contents, props changed)

Added: head/lang/php-mode.el/files/patch-Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/lang/php-mode.el/files/patch-Makefile	Tue Aug  7 15:35:03 2018	(r476603)
@@ -0,0 +1,11 @@
+--- Makefile.orig	2018-07-26 10:19:39 UTC
++++ Makefile
+@@ -6,7 +6,7 @@ ELCS = $(ELS:.el=.elc)
+ %.elc: %.el
+ 	$(EMACS) -Q -batch -L . -f batch-byte-compile $<
+ 
+-all: autoloads $(ELCS)
++all: $(ELCS)
+ 
+ autoloads: $(AUTOLOADS)
+ 


More information about the svn-ports-all mailing list