mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add a missing patch
This commit is contained in:
parent
4074001b8c
commit
fcb6995a68
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=476603
1 changed files with 11 additions and 0 deletions
11
lang/php-mode.el/files/patch-Makefile
Normal file
11
lang/php-mode.el/files/patch-Makefile
Normal file
|
@ -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)
|
||||
|
Loading…
Add table
Reference in a new issue