Compatibility fix for R18.
This commit is contained in:
parent
4319df83ef
commit
37117f5768
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=390546
2 changed files with 10 additions and 1 deletions
10
textproc/exmpp/files/patch-doc_Makefile.am
Normal file
10
textproc/exmpp/files/patch-doc_Makefile.am
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- doc/Makefile.am.orig 2015-06-24 21:08:42 UTC
|
||||
+++ doc/Makefile.am
|
||||
@@ -15,7 +15,6 @@ ERL_SRCS = $(top_srcdir)/src/core/*.erl
|
||||
HTML_FILES = index.html \
|
||||
modules-frame.html \
|
||||
overview-summary.html \
|
||||
- packages-frame.html \
|
||||
exmpp.html \
|
||||
exmpp_caps.html \
|
||||
exmpp_client_binding.html \
|
|
@ -42,7 +42,6 @@
|
|||
%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/index.html
|
||||
%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/modules-frame.html
|
||||
%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/overview-summary.html
|
||||
%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/packages-frame.html
|
||||
%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/stringprep.html
|
||||
%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/stylesheet.css
|
||||
%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/tls.html
|
||||
|
|
Loading…
Reference in a new issue