mirror of
https://git.freebsd.org/ports.git
synced 2025-07-09 05:19:16 -04:00
- Fix broken --without-html with patches - Add OPTIONS for HTML - Add rc script - Pass maintainership to submitter PR: ports/126787 Submitted by: decke at bluelife.at
13 lines
265 B
C
13 lines
265 B
C
--- main.c 2006-11-10 20:32:33.000000000 +0100
|
|
+++ main.c 2008-06-23 20:26:45.000000000 +0200
|
|
@@ -409,6 +409,10 @@
|
|
}
|
|
}
|
|
|
|
+ /* fix the html_dir */
|
|
+ if(no_html == 1)
|
|
+ nefu_html_dir = NULL;
|
|
+
|
|
/* initalize html pages */
|
|
html_init( &s );
|
|
|